Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(888)

Unified Diff: chrome/browser/ui/webui/settings/chromeos/android_apps_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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/settings/chromeos/android_apps_handler.cc
diff --git a/chrome/browser/ui/webui/settings/chromeos/android_apps_handler.cc b/chrome/browser/ui/webui/settings/chromeos/android_apps_handler.cc
index c3bf83d85f908f7f0310ce00eeef9dca3521eece..099654c83ca061d0149bea2ee91172e878963664 100644
--- a/chrome/browser/ui/webui/settings/chromeos/android_apps_handler.cc
+++ b/chrome/browser/ui/webui/settings/chromeos/android_apps_handler.cc
@@ -82,7 +82,7 @@ void AndroidAppsHandler::SendAndroidAppsInfo() {
AllowJavascript();
std::unique_ptr<base::DictionaryValue> info = BuildAndroidAppsInfo();
CallJavascriptFunction("cr.webUIListenerCallback",
- base::StringValue("android-apps-info-update"), *info);
+ base::Value("android-apps-info-update"), *info);
}
void AndroidAppsHandler::ShowAndroidAppsSettings(const base::ListValue* args) {

Powered by Google App Engine
This is Rietveld 408576698