| Index: chrome/browser/tabs/pinned_tab_codec.cc
|
| diff --git a/chrome/browser/tabs/pinned_tab_codec.cc b/chrome/browser/tabs/pinned_tab_codec.cc
|
| index e54ea2b0db6ef1f2d8c73208de6730fad0af3eeb..2caab3b4e98361de61d38d7854d0a2bbde4df607 100644
|
| --- a/chrome/browser/tabs/pinned_tab_codec.cc
|
| +++ b/chrome/browser/tabs/pinned_tab_codec.cc
|
| @@ -108,7 +108,6 @@ void PinnedTabCodec::WritePinnedTabs(Profile* profile) {
|
| }
|
| }
|
| prefs->Set(prefs::kPinnedTabs, values);
|
| - prefs->ScheduleSavePersistentPrefs();
|
| }
|
|
|
| // static
|
|
|