Index: chrome/browser/prefs/overlay_persistent_pref_store.h |
diff --git a/chrome/browser/prefs/overlay_persistent_pref_store.h b/chrome/browser/prefs/overlay_persistent_pref_store.h |
index e46a65153d86456dad8601a9c9f1c2f825a56a11..a2318bd62d5f311ce2cefaa5de2652043b1c4e96 100644 |
--- a/chrome/browser/prefs/overlay_persistent_pref_store.h |
+++ b/chrome/browser/prefs/overlay_persistent_pref_store.h |
@@ -43,6 +43,8 @@ class OverlayPersistentPrefStore : public PersistentPrefStore, |
virtual PrefReadError ReadPrefs(); |
virtual bool WritePrefs(); |
virtual void ScheduleWritePrefs(); |
+ virtual void CommitPendingWrite(); |
+ virtual void SetNotificationSource(const NotificationSource& source); |
// TODO(battre) remove this function |
virtual void ReportValueChanged(const std::string& key); |