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

Unified Diff: components/prefs/value_map_pref_store.h

Issue 2474653003: PreferencesManager (Closed)
Patch Set: Address Review Comments Created 4 years, 1 month 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/value_map_pref_store.h
diff --git a/components/prefs/value_map_pref_store.h b/components/prefs/value_map_pref_store.h
index 8310a9bad14bc668539f20798bfad8fc3e8a3e9a..fca11ca0b2425c8c869c9e66c7e1cb0eae96a549 100644
--- a/components/prefs/value_map_pref_store.h
+++ b/components/prefs/value_map_pref_store.h
@@ -43,6 +43,9 @@ class COMPONENTS_PREFS_EXPORT ValueMapPrefStore : public WriteablePrefStore {
protected:
~ValueMapPrefStore() override;
+ // Can be used to clear observers during shutdown.
+ void ClearObservers();
+
// Notify observers about the initialization completed event.
void NotifyInitializationCompleted();

Powered by Google App Engine
This is Rietveld 408576698