Index: chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc |
index c968cf4067557d323c2d1c2c81e8348e276cc814..f796efdc5984d56e805e77432e8ac02b5b173a27 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc |
@@ -82,6 +82,10 @@ void CrosLanguageOptionsHandler::GetLocalizedValues( |
localized_strings->SetString("noInputMethods", |
l10n_util::GetStringUTF16( |
IDS_OPTIONS_SETTINGS_LANGUAGES_NO_INPUT_METHODS)); |
+ localized_strings->SetString( |
+ "activateSystemImeMenu", |
+ l10n_util::GetStringUTF16( |
+ IDS_OPTIONS_SETTINGS_LANGUAGES_ACTIVATE_SYSTEM_IME_MENU)); |
// GetSupportedInputMethods() never returns NULL. |
localized_strings->Set("languageList", GetAcceptLanguageList().release()); |