| 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 e9e310d9f1d9000fbe3f0a1771d059929c27bbfb..016e78ddba6ee505cd6ea5c9206b050342fbd9bf 100644
|
| --- a/chrome/browser/background/background_contents_service.cc
|
| +++ b/chrome/browser/background/background_contents_service.cc
|
| @@ -498,7 +498,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(
|
| @@ -509,7 +508,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(
|
|
|