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

Unified Diff: chrome/browser/prefs/chrome_command_line_pref_store.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/prefs/chrome_command_line_pref_store.cc
diff --git a/chrome/browser/prefs/chrome_command_line_pref_store.cc b/chrome/browser/prefs/chrome_command_line_pref_store.cc
index bd91955c25a536f3c72b1e1ae897da0128dd1382..273b44b3209dc11dd903f5c2fa7fa7ee6e2f2f8b 100644
--- a/chrome/browser/prefs/chrome_command_line_pref_store.cc
+++ b/chrome/browser/prefs/chrome_command_line_pref_store.cc
@@ -165,7 +165,7 @@ void ChromeCommandLinePrefStore::ApplySSLSwitches() {
void ChromeCommandLinePrefStore::ApplyBackgroundModeSwitches() {
if (command_line()->HasSwitch(switches::kDisableExtensions)) {
SetValue(prefs::kBackgroundModeEnabled,
- base::MakeUnique<base::FundamentalValue>(false),
+ base::MakeUnique<base::Value>(false),
WriteablePrefStore::DEFAULT_PREF_WRITE_FLAGS);
}
}
« no previous file with comments | « chrome/browser/policy/profile_policy_connector_unittest.cc ('k') | chrome/browser/prefs/chrome_pref_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698