| 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 7d9eb3071a5d942b526a9ce1825c4a46b39c1bbd..e3ad88e16688865c4237c4d447f2c5f15776d181 100644
|
| --- a/components/prefs/overlay_user_pref_store.h
|
| +++ b/components/prefs/overlay_user_pref_store.h
|
| @@ -38,7 +38,6 @@
|
| bool IsInitializationComplete() const override;
|
| bool GetValue(const std::string& key,
|
| const base::Value** result) const override;
|
| - std::unique_ptr<base::DictionaryValue> GetValues() const override;
|
|
|
| // Methods of PersistentPrefStore.
|
| bool GetMutableValue(const std::string& key, base::Value** result) override;
|
|
|