Chromium Code Reviews| Index: chrome/browser/profiles/profile.cc |
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
| index 7292b30cd3f5bb9673de72062d66db53c33aa14a..141dcdd85fa1a80c8b4ed49d63b01c6072daa5bf 100644 |
| --- a/chrome/browser/profiles/profile.cc |
| +++ b/chrome/browser/profiles/profile.cc |
| @@ -113,6 +113,12 @@ void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
| false, |
| user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |
| #endif |
| + // This pref is intentionally outside the above #if. |
| + // TODO(skare): Remove or rename ENABLE_GOOGLE_NOW: http://crbug.com/459827 |
|
noms (inactive)
2015/02/20 18:25:08
nit: i think this comment should end in a . Also,
skare_
2015/02/20 18:34:41
added a . after the URL. Clarified comment. Thank
|
| + registry->RegisterBooleanPref( |
| + prefs::kGoogleNowLauncherEnabled, |
| + true, |
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |
| registry->RegisterBooleanPref( |
| prefs::kDisableExtensions, |
| false, |