| Index: chrome/common/persistent_pref_store.h
|
| diff --git a/chrome/common/persistent_pref_store.h b/chrome/common/persistent_pref_store.h
|
| index c79d6783d8a11f24259b04b9fec1722bad771887..300e6497729c5a3d1e4efd828098570c012209fb 100644
|
| --- a/chrome/common/persistent_pref_store.h
|
| +++ b/chrome/common/persistent_pref_store.h
|
| @@ -67,6 +67,9 @@ class PersistentPrefStore : public PrefStore {
|
|
|
| // Schedules an asynchronous write operation.
|
| virtual void ScheduleWritePrefs() = 0;
|
| +
|
| + // Lands any pending writes to disk.
|
| + virtual void CommitPendingWrite() = 0;
|
| };
|
|
|
| #endif // CHROME_COMMON_PERSISTENT_PREF_STORE_H_
|
|
|