Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1262)

Unified Diff: chrome/browser/dom_ui/options/advanced_options_handler.cc

Issue 5930003: DOMUI Settings: UTH: Fix the wrapping of the privacy explanation text. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/resources/options/advanced_options.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options/advanced_options_handler.cc
diff --git a/chrome/browser/dom_ui/options/advanced_options_handler.cc b/chrome/browser/dom_ui/options/advanced_options_handler.cc
index be4c7887806e6a0f9c9603f639981c9f75c17090..ea9cb897155df0808ae2c423aa9ef3dc0170a9b6 100644
--- a/chrome/browser/dom_ui/options/advanced_options_handler.cc
+++ b/chrome/browser/dom_ui/options/advanced_options_handler.cc
@@ -169,8 +169,10 @@ void AdvancedOptionsHandler::GetLocalizedValues(
#endif
localized_strings->SetString("enableLogging",
l10n_util::GetStringUTF16(IDS_OPTIONS_ENABLE_LOGGING));
- localized_strings->SetString("disableServices",
- l10n_util::GetStringUTF16(IDS_OPTIONS_DISABLE_SERVICES));
+ localized_strings->SetString("improveBrowsingExperience",
+ l10n_util::GetStringUTF16(IDS_OPTIONS_IMPROVE_BROWSING_EXPERIENCE));
+ localized_strings->SetString("disableWebServices",
+ l10n_util::GetStringUTF16(IDS_OPTIONS_DISABLE_WEB_SERVICES));
localized_strings->SetString("optionsReset",
l10n_util::GetStringUTF16(IDS_OPTIONS_RESET));
localized_strings->SetString("optionsResetMessage",
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/resources/options/advanced_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698