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

Unified Diff: services/preferences/pref_store_consistency_unittest.cc

Issue 2905903002: Delete the PreferenceMACs on profile deletion. (Closed)
Patch Set: Update comments Created 3 years, 4 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: services/preferences/pref_store_consistency_unittest.cc
diff --git a/services/preferences/pref_store_consistency_unittest.cc b/services/preferences/pref_store_consistency_unittest.cc
index ade786d80c3ea3e6362fd939ee41f431ac82d87a..a3acf7d45f1a22be6a87f8ca6b9f0ef2c3dfca9d 100644
--- a/services/preferences/pref_store_consistency_unittest.cc
+++ b/services/preferences/pref_store_consistency_unittest.cc
@@ -156,6 +156,7 @@ class PrefServiceConnection : public mojom::PrefStoreObserver,
void CommitPendingWrite(base::OnceClosure) override {}
void SchedulePendingLossyWrites() override {}
void ClearMutableValues() override {}
+ void OnStoreDeletionFromDisk() override {}
// mojom::PrefStoreObserver
void OnPrefsChanged(std::vector<mojom::PrefUpdatePtr> updates) override {
« no previous file with comments | « services/preferences/persistent_pref_store_impl.cc ('k') | services/preferences/public/cpp/persistent_pref_store_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698