| Index: chrome/browser/background/background_contents_service.cc
|
| diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc
|
| index 098af8080cea1d06156a29c9cccc2a4baa973ba3..47343b91c76802b3d1374a2e5ae0c7ce02c41c80 100644
|
| --- a/chrome/browser/background/background_contents_service.cc
|
| +++ b/chrome/browser/background/background_contents_service.cc
|
| @@ -502,7 +502,6 @@ void BackgroundContentsService::RegisterBackgroundContents(
|
| dict->SetString(kUrlKey, background_contents->GetURL().spec());
|
| dict->SetString(kFrameNameKey, contents_map_[appid].frame_name);
|
| pref->SetWithoutPathExpansion(UTF16ToUTF8(appid), dict);
|
| - prefs_->ScheduleSavePersistentPrefs();
|
| }
|
|
|
| void BackgroundContentsService::UnregisterBackgroundContents(
|
| @@ -513,7 +512,6 @@ void BackgroundContentsService::UnregisterBackgroundContents(
|
| const string16 appid = GetParentApplicationId(background_contents);
|
| DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
|
| update.Get()->RemoveWithoutPathExpansion(UTF16ToUTF8(appid), NULL);
|
| - prefs_->ScheduleSavePersistentPrefs();
|
| }
|
|
|
| void BackgroundContentsService::ShutdownAssociatedBackgroundContents(
|
|
|