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

Unified Diff: chrome/browser/ui/webui/options2/advanced_options_handler2.cc

Issue 9235004: [Garbled Text][Infobar] Adding infobar to suggest turning on encoding detection. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years, 11 months 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/browser/ui/webui/options/advanced_options_handler.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options2/advanced_options_handler2.cc
diff --git a/chrome/browser/ui/webui/options2/advanced_options_handler2.cc b/chrome/browser/ui/webui/options2/advanced_options_handler2.cc
index d93787e457f48f680f7d714c6cb5e5357f0a9f65..93fceb57c01de2a83d03b47660f4c9706691a138 100644
--- a/chrome/browser/ui/webui/options2/advanced_options_handler2.cc
+++ b/chrome/browser/ui/webui/options2/advanced_options_handler2.cc
@@ -156,6 +156,8 @@ void AdvancedOptionsHandler::GetLocalizedValues(
#else
IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON },
#endif
+ { "advancedSectionTitleGarbledText",
+ IDS_OPTIONS_ADVANCED_SECTION_TITLE_GARBLED_TEXT },
{ "advancedSectionTitlePrivacy",
IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY },
{ "advancedSectionTitleContent",
@@ -166,6 +168,8 @@ void AdvancedOptionsHandler::GetLocalizedValues(
IDS_OPTIONS_ADVANCED_SECTION_TITLE_NETWORK },
{ "advancedSectionTitleLanguages",
IDS_OPTIONS_ADVANCED_SECTION_TITLE_LANGUAGES },
+ { "garbledTextEnableAutoFix",
+ IDS_OPTIONS_GARBLED_TEXT_ENABLE_AUTO_FIX },
{ "translateEnableTranslate",
IDS_OPTIONS_TRANSLATE_ENABLE_TRANSLATE },
{ "enableLogging",
« no previous file with comments | « chrome/browser/ui/webui/options/advanced_options_handler.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698