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

Unified Diff: chrome/browser/ui/webui/options/advanced_options_handler.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
Index: chrome/browser/ui/webui/options/advanced_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/advanced_options_handler.cc b/chrome/browser/ui/webui/options/advanced_options_handler.cc
index f68e028fcfdb23b1676154d5b1f6bcaa4f855e8a..d8273898efb8aa75a86d4915ec676902057de3c5 100644
--- a/chrome/browser/ui/webui/options/advanced_options_handler.cc
+++ b/chrome/browser/ui/webui/options/advanced_options_handler.cc
@@ -143,6 +143,8 @@ void AdvancedOptionsHandler::GetLocalizedValues(
IDS_OPTIONS_FONTSETTINGS_CUSTOMIZE_FONTS_BUTTON },
{ "languageAndSpellCheckSettingsButton",
IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON },
+ { "advancedSectionTitleGarbledText",
+ IDS_OPTIONS_ADVANCED_SECTION_TITLE_GARBLED_TEXT },
{ "advancedSectionTitlePrivacy",
IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY },
{ "advancedSectionTitleContent",
@@ -153,6 +155,8 @@ void AdvancedOptionsHandler::GetLocalizedValues(
IDS_OPTIONS_ADVANCED_SECTION_TITLE_NETWORK },
{ "advancedSectionTitleTranslate",
IDS_OPTIONS_ADVANCED_SECTION_TITLE_TRANSLATE },
+ { "garbledTextEnableAutoFix",
+ IDS_OPTIONS_GARBLED_TEXT_ENABLE_AUTO_FIX },
{ "translateEnableTranslate",
IDS_OPTIONS_TRANSLATE_ENABLE_TRANSLATE },
{ "enableLogging",
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | chrome/browser/ui/webui/options2/advanced_options_handler2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698