| Index: components/prefs/json_pref_store.h
|
| diff --git a/components/prefs/json_pref_store.h b/components/prefs/json_pref_store.h
|
| index 170ccb1161d405f36920850d73358a3e0703c5bc..8c1164ca8ba390b075f1b01142ad353900b94637 100644
|
| --- a/components/prefs/json_pref_store.h
|
| +++ b/components/prefs/json_pref_store.h
|
| @@ -84,6 +84,7 @@ class COMPONENTS_PREFS_EXPORT JsonPrefStore
|
| // PrefStore overrides:
|
| 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;
|
|
|