| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 9f6685ea9a3c469a6047c80d423fdea140694695..028874323f1ea074190672bb88cb3336c99a0011 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -279,6 +279,9 @@ void ProfileImpl::RegisterUserPrefs(PrefRegistrySyncable* registry) {
|
| registry->RegisterBooleanPref(prefs::kAllowDeletingBrowserHistory,
|
| true,
|
| PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterBooleanPref(prefs::kSigninAllowed,
|
| + true,
|
| + PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| registry->RegisterBooleanPref(prefs::kForceSafeSearch,
|
| false,
|
| PrefRegistrySyncable::UNSYNCABLE_PREF);
|
|
|