| 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 63a36add07f8b644c1f092fb6e70f56bc3a09824..57667af5fd5339acf1f693a7c04f31d8c311326b 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| @@ -56,9 +56,9 @@ KeyboardHandler::~KeyboardHandler() {
|
| void KeyboardHandler::GetLocalizedValues(
|
| base::DictionaryValue* localized_strings) {
|
| DCHECK(localized_strings);
|
| + RegisterTitle(localized_strings, "keyboardOverlay",
|
| + IDS_OPTIONS_KEYBOARD_OVERLAY_TITLE);
|
|
|
| - localized_strings->SetString("keyboardOverlayTitle",
|
| - l10n_util::GetStringUTF16(IDS_OPTIONS_KEYBOARD_OVERLAY_TITLE));
|
| localized_strings->SetString("remapSearchKeyToContent",
|
| l10n_util::GetStringUTF16(
|
| IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_SEARCH_LABEL));
|
|
|