Chromium Code Reviews

Unified Diff: chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.cc

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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);
}

Powered by Google App Engine