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

Unified Diff: chrome/browser/ui/webui/options/reset_profile_settings_handler.cc

Issue 2476493003: Remove FundamentalValue
Patch Set: Fix Created 4 years, 1 month 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/reset_profile_settings_handler.cc
diff --git a/chrome/browser/ui/webui/options/reset_profile_settings_handler.cc b/chrome/browser/ui/webui/options/reset_profile_settings_handler.cc
index 51cd9dd490b1b062e8f244c5f5589108ad4495e2..195f1e730b1af62cbadf1ffdfa94fe7ce7344f40 100644
--- a/chrome/browser/ui/webui/options/reset_profile_settings_handler.cc
+++ b/chrome/browser/ui/webui/options/reset_profile_settings_handler.cc
@@ -76,7 +76,7 @@ void ResetProfileSettingsHandler::InitializeHandler() {
void ResetProfileSettingsHandler::InitializePage() {
web_ui()->CallJavascriptFunctionUnsafe(
"ResetProfileSettingsOverlay.setResettingState",
- base::FundamentalValue(resetter_->IsActive()));
+ base::Value(resetter_->IsActive()));
}
void ResetProfileSettingsHandler::GetLocalizedValues(

Powered by Google App Engine
This is Rietveld 408576698