| Index: chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.cc b/chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.cc
|
| index 72c713444a8a185a89fbae63fb7a729821680a38..9ab0aa83ab2e928ddb3ed7218e25b77fc29a8457 100644
|
| --- a/chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.cc
|
| @@ -76,7 +76,7 @@ void KeyboardHandler::UpdateShowKeys() {
|
| base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| chromeos::switches::kHasChromeOSDiamondKey));
|
| CallJavascriptFunction("cr.webUIListenerCallback",
|
| - base::StringValue("show-keys-changed"), has_caps_lock,
|
| + base::Value("show-keys-changed"), has_caps_lock,
|
| has_diamond_key);
|
| }
|
|
|
|
|