| Index: chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| index 51e35f30452fa4cd90b84cacce681c235ccc03c8..aae9cc56b13677012977d41657c419be38b9b07d 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| @@ -66,6 +66,9 @@ void KeyboardHandler::GetLocalizedValues(DictionaryValue* localized_strings) {
|
| localized_strings->SetString("searchKeyActsAsFunctionKey",
|
| l10n_util::GetStringUTF16(
|
| IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_SEARCH_AS_FUNCTION));
|
| + localized_strings->SetString("changeLanguageAndInputSettings",
|
| + l10n_util::GetStringUTF16(
|
| + IDS_OPTIONS_SETTINGS_CHANGE_LANGUAGE_AND_INPUT_SETTINGS));
|
|
|
| for (size_t i = 0; i < arraysize(kDataValuesNames); ++i) {
|
| ListValue* list_value = new ListValue();
|
|
|