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

Unified Diff: services/preferences/persistent_pref_store_impl.h

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
« no previous file with comments | « components/prefs/testing_pref_store.cc ('k') | services/preferences/persistent_pref_store_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/persistent_pref_store_impl.h
diff --git a/services/preferences/persistent_pref_store_impl.h b/services/preferences/persistent_pref_store_impl.h
index 9d888936b05fc457a4f3008c53193e20aa4369f7..78b933fdd31c1f48132c409f53bbb92555fd470c 100644
--- a/services/preferences/persistent_pref_store_impl.h
+++ b/services/preferences/persistent_pref_store_impl.h
@@ -44,6 +44,7 @@ class PersistentPrefStoreImpl : public PrefStore::Observer {
void CommitPendingWrite(base::OnceClosure done_callback);
void SchedulePendingLossyWrites();
void ClearMutableValues();
+ void OnStoreDeletionFromDisk();
// PrefStore::Observer:
void OnPrefValueChanged(const std::string& key) override;
« no previous file with comments | « components/prefs/testing_pref_store.cc ('k') | services/preferences/persistent_pref_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698