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

Unified Diff: components/prefs/overlay_user_pref_store.h

Issue 2905903002: Delete the PreferenceMACs on profile deletion. (Closed)
Patch Set: Try loading unloaded profiles before calling OnStoreDeletionFromDisk Created 3 years, 6 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: components/prefs/overlay_user_pref_store.h
diff --git a/components/prefs/overlay_user_pref_store.h b/components/prefs/overlay_user_pref_store.h
index 9aa742f5eec23ae93ea71b1a11991b7906f8cedd..8fd5ac64891574cfaae4bf8ae7db7b6dc9222db0 100644
--- a/components/prefs/overlay_user_pref_store.h
+++ b/components/prefs/overlay_user_pref_store.h
@@ -63,6 +63,7 @@ class COMPONENTS_PREFS_EXPORT OverlayUserPrefStore
void RegisterOverlayPref(const std::string& key);
void ClearMutableValues() override;
+ void OnStoreDeletionFromDisk() override;
protected:
~OverlayUserPrefStore() override;

Powered by Google App Engine
This is Rietveld 408576698