Index: chrome/browser/background_contents_service.cc |
diff --git a/chrome/browser/background_contents_service.cc b/chrome/browser/background_contents_service.cc |
index 4ac5c5f6ee13fe66415e3cfe6654b48d6d13f004..1c22b5195572e004c465980f2c6ab9ea23c160f3 100644 |
--- a/chrome/browser/background_contents_service.cc |
+++ b/chrome/browser/background_contents_service.cc |
@@ -553,7 +553,8 @@ const string16& BackgroundContentsService::GetParentApplicationId( |
// static |
void BackgroundContentsService::RegisterUserPrefs(PrefService* prefs) { |
- prefs->RegisterDictionaryPref(prefs::kRegisteredBackgroundContents); |
+ prefs->RegisterDictionaryPref(prefs::kRegisteredBackgroundContents, |
+ PrefService::UNSYNCABLE_PREF); |
} |
void BackgroundContentsService::AddTabContents( |