| 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();
|
|
|
|
|