| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 615f1725ef1fa9bb23015a5564b09169684c3fdf..eb42ff2536fa012fd72953b6ad3322917c16ccb6 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -322,7 +322,6 @@ void ProfileImpl::RegisterUserPrefs(PrefService* prefs) {
|
| false,
|
| PrefService::SYNCABLE_PREF);
|
|
|
| - // Preferences for whitelist and blacklists
|
| prefs->RegisterListPref(prefs::kManagedModeWhitelist,
|
| new ListValue(),
|
| PrefService::UNSYNCABLE_PREF);
|
|
|