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

Unified Diff: chrome/browser/ui/app_list/start_page_service.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/app_list/start_page_service.cc
diff --git a/chrome/browser/ui/app_list/start_page_service.cc b/chrome/browser/ui/app_list/start_page_service.cc
index f75493ab6280310727aeae01bbb597825e8ed8b4..db48a06edca2ed7bef5aa75348f904e99e41a0c7 100644
--- a/chrome/browser/ui/app_list/start_page_service.cc
+++ b/chrome/browser/ui/app_list/start_page_service.cc
@@ -676,8 +676,7 @@ void StartPageService::OnURLFetchComplete(const net::URLFetcher* source) {
if (contents_ && contents_->GetWebUI()) {
contents_->GetWebUI()->CallJavascriptFunctionUnsafe(
"appList.startPage.onAppListDoodleUpdated", *doodle_json,
- base::StringValue(
- UIThreadSearchTermsData(profile_).GoogleBaseURLValue()));
+ base::Value(UIThreadSearchTermsData(profile_).GoogleBaseURLValue()));
}
}

Powered by Google App Engine
This is Rietveld 408576698