| Index: chrome/common/json_pref_store.h
|
| diff --git a/chrome/common/json_pref_store.h b/chrome/common/json_pref_store.h
|
| index d5970b95f948d5a1214319ae9d56eb52ab35ed51..10d6e977662368812d44dd17646e7ee1836fb727 100644
|
| --- a/chrome/common/json_pref_store.h
|
| +++ b/chrome/common/json_pref_store.h
|
| @@ -46,6 +46,7 @@ class JsonPrefStore : public PersistentPrefStore,
|
| virtual PrefReadError ReadPrefs();
|
| virtual bool WritePrefs();
|
| virtual void ScheduleWritePrefs();
|
| + virtual void CommitPendingWrites();
|
| // TODO(battre) remove this function
|
| virtual void ReportValueChanged(const std::string& key);
|
|
|
|
|