| Index: components/prefs/in_memory_pref_store.h
|
| diff --git a/components/prefs/in_memory_pref_store.h b/components/prefs/in_memory_pref_store.h
|
| index 042137c3ce15a64eb4b3ba60cce34c6a37c0b4f2..5529622fdd0afa215fc50fdf856099f7862758f1 100644
|
| --- a/components/prefs/in_memory_pref_store.h
|
| +++ b/components/prefs/in_memory_pref_store.h
|
| @@ -26,6 +26,7 @@ class COMPONENTS_PREFS_EXPORT InMemoryPrefStore : public PersistentPrefStore {
|
| // PrefStore implementation.
|
| bool GetValue(const std::string& key,
|
| const base::Value** result) const override;
|
| + std::unique_ptr<base::DictionaryValue> GetValues() const override;
|
| void AddObserver(PrefStore::Observer* observer) override;
|
| void RemoveObserver(PrefStore::Observer* observer) override;
|
| bool HasObservers() const override;
|
|
|