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

Unified Diff: base/prefs/testing_pref_store.cc

Issue 1148323005: Add the ability to schedule any pending lossy prefs to be written. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops Created 5 years, 7 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: base/prefs/testing_pref_store.cc
diff --git a/base/prefs/testing_pref_store.cc b/base/prefs/testing_pref_store.cc
index 35c9763eec5b15c3a27ef375750dd45adbd6a3e3..1a1e6bcd0f5b120c43f6cd1c9b5c418bd7e1e030 100644
--- a/base/prefs/testing_pref_store.cc
+++ b/base/prefs/testing_pref_store.cc
@@ -89,6 +89,8 @@ void TestingPrefStore::ReadPrefsAsync(ReadErrorDelegate* error_delegate) {
void TestingPrefStore::CommitPendingWrite() { committed_ = true; }
+void TestingPrefStore::SchedulePendingLossyWrites() {}
+
void TestingPrefStore::SetInitializationCompleted() {
NotifyInitializationCompleted();
}

Powered by Google App Engine
This is Rietveld 408576698