Index: chrome/browser/chromeos/preferences.cc |
diff --git a/chrome/browser/chromeos/preferences.cc b/chrome/browser/chromeos/preferences.cc |
index 33bffebba903cf1b812f6678a040de2bf22f0a82..696fae878a6a4dcf9f689036b450b8a3475068bc 100644 |
--- a/chrome/browser/chromeos/preferences.cc |
+++ b/chrome/browser/chromeos/preferences.cc |
@@ -277,6 +277,9 @@ void Preferences::RegisterProfilePrefs( |
user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); |
registry->RegisterBooleanPref( |
+ prefs::kEnableAshPalette, true, |
+ user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); |
stevenjb
2016/08/23 17:36:41
Do we really want to add a syncable pref with this
jdufault
2016/08/23 22:49:56
I made the pref non-syncable and added a TODO to r
|
+ registry->RegisterBooleanPref( |
prefs::kLaunchNoteAppOnEjectEvent, true, |
user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); |