| Index: chrome/browser/background/background_contents_service_factory.cc
 | 
| diff --git a/chrome/browser/background/background_contents_service_factory.cc b/chrome/browser/background/background_contents_service_factory.cc
 | 
| index e15f860c6176888991518b75eaa1f7239a33d92e..de469a470674f291281b625109d82e24c0e5eb04 100644
 | 
| --- a/chrome/browser/background/background_contents_service_factory.cc
 | 
| +++ b/chrome/browser/background/background_contents_service_factory.cc
 | 
| @@ -45,9 +45,7 @@ KeyedService* BackgroundContentsServiceFactory::BuildServiceInstanceFor(
 | 
|  
 | 
|  void BackgroundContentsServiceFactory::RegisterProfilePrefs(
 | 
|      user_prefs::PrefRegistrySyncable* user_prefs) {
 | 
| -  user_prefs->RegisterDictionaryPref(
 | 
| -      prefs::kRegisteredBackgroundContents,
 | 
| -      user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
 | 
| +  user_prefs->RegisterDictionaryPref(prefs::kRegisteredBackgroundContents);
 | 
|  }
 | 
|  
 | 
|  content::BrowserContext*
 | 
| 
 |