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

Unified Diff: chrome/browser/ui/webui/welcome_win10_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/welcome_win10_handler.cc
diff --git a/chrome/browser/ui/webui/welcome_win10_handler.cc b/chrome/browser/ui/webui/welcome_win10_handler.cc
index 3fc37d4770ea6b21a70385688a7899e81fd7d9f5..eab42d6f7f9d7f12132d41105998b86c405fe379 100644
--- a/chrome/browser/ui/webui/welcome_win10_handler.cc
+++ b/chrome/browser/ui/webui/welcome_win10_handler.cc
@@ -171,6 +171,6 @@ void WelcomeWin10Handler::OnIsPinnedToTaskbarDetermined(
}
void WelcomeWin10Handler::SendPinnedToTaskbarStateResult() {
- ResolveJavascriptCallback(base::StringValue(pinned_state_callback_id_),
+ ResolveJavascriptCallback(base::Value(pinned_state_callback_id_),
base::Value(pinned_state_result_.value()));
}
« no previous file with comments | « chrome/browser/ui/webui/webui_webview_browsertest.cc ('k') | chrome/common/custom_handlers/protocol_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698