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

Unified Diff: components/prefs/overlay_user_pref_store.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
« no previous file with comments | « components/prefs/overlay_user_pref_store.h ('k') | components/prefs/persistent_pref_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/prefs/overlay_user_pref_store.cc
diff --git a/components/prefs/overlay_user_pref_store.cc b/components/prefs/overlay_user_pref_store.cc
index 55f3f687e2e456645ae4605a0bb5bc5c98322c83..76109c478581cd2bfea2ec5ad5fdbfb151d943d1 100644
--- a/components/prefs/overlay_user_pref_store.cc
+++ b/components/prefs/overlay_user_pref_store.cc
@@ -197,6 +197,10 @@ void OverlayUserPrefStore::ClearMutableValues() {
}
}
+void OverlayUserPrefStore::OnStoreDeletionFromDisk() {
+ underlay_->OnStoreDeletionFromDisk();
+}
+
OverlayUserPrefStore::~OverlayUserPrefStore() {
overlay_->RemoveObserver(overlay_observer_.get());
underlay_->RemoveObserver(underlay_observer_.get());
« no previous file with comments | « components/prefs/overlay_user_pref_store.h ('k') | components/prefs/persistent_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698