Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index e23498d65a24a68b0b9561a758af6a19a4974d5f..bc7ef392a5600be4ff0b85bf4b51a1230bea6899 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); |