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

Unified Diff: chrome/browser/ui/webui/settings/font_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/settings/font_handler.cc
diff --git a/chrome/browser/ui/webui/settings/font_handler.cc b/chrome/browser/ui/webui/settings/font_handler.cc
index 772b15b75c157c721938bd25a03c6915e3a899f1..7eb28f04ae0dec7fddccc405eb0ac7967a4b557b 100644
--- a/chrome/browser/ui/webui/settings/font_handler.cc
+++ b/chrome/browser/ui/webui/settings/font_handler.cc
@@ -105,7 +105,7 @@ void FontHandler::NotifyAdvancedFontSettingsAvailability() {
CallJavascriptFunction(
"cr.webUIListenerCallback",
base::StringValue("advanced-font-settings-installed"),
- base::FundamentalValue(GetAdvancedFontSettingsExtension() != nullptr));
+ base::Value(GetAdvancedFontSettingsExtension() != nullptr));
}
void FontHandler::OnExtensionLoaded(content::BrowserContext*,

Powered by Google App Engine
This is Rietveld 408576698