| Index: components/policy/core/browser/url_blacklist_manager.cc
 | 
| diff --git a/components/policy/core/browser/url_blacklist_manager.cc b/components/policy/core/browser/url_blacklist_manager.cc
 | 
| index 631ac7c706df4a6d9f0619767c2095dff0d3a63d..4e39e4e58a29d6adf47142c768c26a2334c0ba09 100644
 | 
| --- a/components/policy/core/browser/url_blacklist_manager.cc
 | 
| +++ b/components/policy/core/browser/url_blacklist_manager.cc
 | 
| @@ -510,10 +510,8 @@ bool URLBlacklistManager::IsRequestBlocked(
 | 
|  // static
 | 
|  void URLBlacklistManager::RegisterProfilePrefs(
 | 
|      user_prefs::PrefRegistrySyncable* registry) {
 | 
| -  registry->RegisterListPref(policy_prefs::kUrlBlacklist,
 | 
| -                             user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
 | 
| -  registry->RegisterListPref(policy_prefs::kUrlWhitelist,
 | 
| -                             user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
 | 
| +  registry->RegisterListPref(policy_prefs::kUrlBlacklist);
 | 
| +  registry->RegisterListPref(policy_prefs::kUrlWhitelist);
 | 
|  }
 | 
|  
 | 
|  }  // namespace policy
 | 
| 
 |