commit | 16ac39aa00393d575b2b67aeff4aed684fca1bb2 | [log] [tgz] |
---|---|---|
author | Peter Kasting <[email protected]> | Thu Jan 04 00:48:43 2018 |
committer | Commit Bot <[email protected]> | Thu Jan 04 23:29:25 2018 |
tree | 78a03fc8f7ad9651cfbe32fbc0a38ac50483ef60 | |
parent | 536a80f82b9276dbcf22f73d281ea63a16654127 [diff] [blame] |
Update identifiers/descriptions/comments of infobar-related strings for clarity. BUG=none TEST=none Change-Id: I868a44adb8fb6b511f4a97e36a88f21d91a01963 Reviewed-on: https://chromium-review.googlesource.com/849652 Reviewed-by: Scott Violet <[email protected]> Commit-Queue: Peter Kasting <[email protected]> Cr-Commit-Position: refs/heads/master@{#527144}
diff --git a/chrome/browser/chrome_quota_permission_context.cc b/chrome/browser/chrome_quota_permission_context.cc index d39989e4..7a307c5a 100644 --- a/chrome/browser/chrome_quota_permission_context.cc +++ b/chrome/browser/chrome_quota_permission_context.cc
@@ -101,8 +101,8 @@ // If the site requested larger quota than this threshold, show a different // message to the user. return l10n_util::GetStringFUTF16( - (is_large_quota_request_ ? IDS_REQUEST_LARGE_QUOTA_INFOBAR_QUESTION - : IDS_REQUEST_QUOTA_INFOBAR_QUESTION), + (is_large_quota_request_ ? IDS_REQUEST_LARGE_QUOTA_INFOBAR_TEXT + : IDS_REQUEST_QUOTA_INFOBAR_TEXT), url_formatter::FormatUrlForSecurityDisplay(origin_url_)); } #endif