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

Unified Diff: chrome/browser/ui/webui/options/easy_unlock_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/options/easy_unlock_handler.cc
diff --git a/chrome/browser/ui/webui/options/easy_unlock_handler.cc b/chrome/browser/ui/webui/options/easy_unlock_handler.cc
index 534913305a7ef35aa1eff12690164178f2ff9d85..ff3cf2ddc27ffef510526e1eb16a25898f5acb7a 100644
--- a/chrome/browser/ui/webui/options/easy_unlock_handler.cc
+++ b/chrome/browser/ui/webui/options/easy_unlock_handler.cc
@@ -91,8 +91,7 @@ void EasyUnlockHandler::SendTurnOffOperationStatus() {
break;
}
web_ui()->CallJavascriptFunctionUnsafe(
- "EasyUnlockTurnOffOverlay.updateUIState",
- base::StringValue(status_string));
+ "EasyUnlockTurnOffOverlay.updateUIState", base::Value(status_string));
}
void EasyUnlockHandler::HandleGetTurnOffFlowStatus(
« no previous file with comments | « chrome/browser/ui/webui/options/create_profile_handler.cc ('k') | chrome/browser/ui/webui/options/font_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698