| 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 1dfc57ef677df66546d1a478fae34c673e8eb7ef..a0d31e24c0f8867c08bba69d372a1b5652dcb58a 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
|
|
|