| Index: chrome/browser/prefs/overlay_persistent_pref_store.cc
|
| diff --git a/chrome/browser/prefs/overlay_persistent_pref_store.cc b/chrome/browser/prefs/overlay_persistent_pref_store.cc
|
| index 69390255ee77b21e480861d5de340d7252a394a9..8f940c155f7837cd7998b02a527cdd1d54dce927 100644
|
| --- a/chrome/browser/prefs/overlay_persistent_pref_store.cc
|
| +++ b/chrome/browser/prefs/overlay_persistent_pref_store.cc
|
| @@ -70,6 +70,10 @@ void OverlayPersistentPrefStore::ScheduleWritePrefs() {
|
| // We do not write intentionally.
|
| }
|
|
|
| +void OverlayPersistentPrefStore::CommitPendingWrite() {
|
| + // We do not write intentionally.
|
| +}
|
| +
|
| void OverlayPersistentPrefStore::ReportValueChanged(const std::string& key) {
|
| FOR_EACH_OBSERVER(PrefStore::Observer, observers_, OnPrefValueChanged(key));
|
| }
|
|
|