| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index a345048daef87af94ffa9b1f59f8ef925cc5f18d..368b1365c766f8431eae65cae774bf9e25cd262f 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -389,7 +389,7 @@ void ProfileImpl::RegisterProfilePrefs(
|
| #endif
|
|
|
| registry->RegisterStringPref(prefs::kSupervisedUserId, std::string());
|
| -#if defined(OS_IOS) || defined(OS_ANDROID)
|
| +#if defined(OS_ANDROID)
|
| uint32_t home_page_flags = PrefRegistry::NO_REGISTRATION_FLAGS;
|
| #else
|
| uint32_t home_page_flags = user_prefs::PrefRegistrySyncable::SYNCABLE_PREF;
|
|
|