| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 7902049be7689a420df7e3b40650d3014ae0ae8e..a9e128e57f63463a3e13a63aa49e7a92b6f69b89 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -269,6 +269,9 @@ void ProfileImpl::RegisterUserPrefs(PrefService* prefs) {
|
| prefs->RegisterBooleanPref(prefs::kSavingBrowserHistoryDisabled,
|
| false,
|
| PrefService::UNSYNCABLE_PREF);
|
| + prefs->RegisterBooleanPref(prefs::kForceSafeSearch,
|
| + false,
|
| + PrefService::UNSYNCABLE_PREF);
|
| prefs->RegisterIntegerPref(prefs::kProfileAvatarIndex,
|
| -1,
|
| PrefService::SYNCABLE_PREF);
|
|
|