| 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 cf32f6a9adaa0dc312f6ee41c04c2048a4105a8d..18dec626d1c0ac7e9337569b86ce157c1322f8bb 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| @@ -63,9 +63,6 @@ void KeyboardHandler::GetLocalizedValues(DictionaryValue* localized_strings) {
|
| localized_strings->SetString("remapCapsLockKeyToContent",
|
| l10n_util::GetStringUTF16(
|
| IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_CAPS_LOCK_LABEL));
|
| - 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));
|
|
|