Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: chrome/browser/tabs/pinned_tab_codec.cc

Issue 8198007: Remove PrefService::ScheduleSavePersistentPrefs and SavePersistentPrefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698