| Index: base/prefs/value_map_pref_store.h
|
| diff --git a/base/prefs/value_map_pref_store.h b/base/prefs/value_map_pref_store.h
|
| index c202725d947bdd8cab1eb46d88f62fa75fabd9d3..d4e41f452f79514546da7441d6219f1ae8f320fb 100644
|
| --- a/base/prefs/value_map_pref_store.h
|
| +++ b/base/prefs/value_map_pref_store.h
|
| @@ -33,6 +33,8 @@ class BASE_PREFS_EXPORT ValueMapPrefStore : public WriteablePrefStore {
|
| virtual bool GetMutableValue(const std::string& key,
|
| base::Value** value) OVERRIDE;
|
| virtual void ReportValueChanged(const std::string& key) OVERRIDE;
|
| + virtual void SetValueSilently(const std::string& key,
|
| + base::Value* value) OVERRIDE;
|
|
|
| protected:
|
| virtual ~ValueMapPrefStore();
|
|
|