Index: chrome/browser/ui/webui/options/language_options_handler_common.cc |
diff --git a/chrome/browser/ui/webui/options/language_options_handler_common.cc b/chrome/browser/ui/webui/options/language_options_handler_common.cc |
index a4e49257d0ab79593338a7c146e068dc79c88d4a..d92737686f66f740efa880ca361fb9e7334379b4 100644 |
--- a/chrome/browser/ui/webui/options/language_options_handler_common.cc |
+++ b/chrome/browser/ui/webui/options/language_options_handler_common.cc |
@@ -120,10 +120,6 @@ void LanguageOptionsHandlerCommon::GetLocalizedValues( |
command_line.HasSwitch(switches::kEnableSpellingAutoCorrect); |
localized_strings->SetBoolean("enableSpellingAutoCorrect", |
enable_spelling_auto_correct); |
- bool enable_translate_settings = |
- command_line.HasSwitch(switches::kEnableTranslateSettings); |
- localized_strings->SetBoolean("enableTranslateSettings", |
- enable_translate_settings); |
Profile* profile = Profile::FromWebUI(web_ui()); |
PrefService* prefs = profile->GetPrefs(); |