| Index: chrome/common/json_pref_store.h
|
| diff --git a/chrome/common/json_pref_store.h b/chrome/common/json_pref_store.h
|
| index a97985d3819f0e69b272bcca8699d16f470a13d9..84a73c92ec844257d277132b6f3b1f1f3f35a1bb 100644
|
| --- a/chrome/common/json_pref_store.h
|
| +++ b/chrome/common/json_pref_store.h
|
| @@ -42,7 +42,7 @@ class JsonPrefStore : public PersistentPrefStore,
|
| virtual void SetValue(const std::string& key, Value* value);
|
| virtual void SetValueSilently(const std::string& key, Value* value);
|
| virtual void RemoveValue(const std::string& key);
|
| - virtual bool ReadOnly() const { return read_only_; }
|
| + virtual bool ReadOnly() const;
|
| virtual PrefReadError ReadPrefs();
|
| virtual bool WritePrefs();
|
| virtual void ScheduleWritePrefs();
|
|
|