| Index: chrome/common/persistent_pref_store.h
|
| diff --git a/chrome/common/persistent_pref_store.h b/chrome/common/persistent_pref_store.h
|
| index b7aaf8ef5c237ee562f9d265b9000ef4def609b0..0c567a13a3caaeb31d7f3d05632f2ff82f9c041c 100644
|
| --- a/chrome/common/persistent_pref_store.h
|
| +++ b/chrome/common/persistent_pref_store.h
|
| @@ -80,12 +80,6 @@ class PersistentPrefStore : public PrefStore {
|
| // Owns |error_delegate|.
|
| virtual void ReadPrefsAsync(ReadErrorDelegate* error_delegate) = 0;
|
|
|
| - // Writes the preferences to disk immediately.
|
| - virtual bool WritePrefs() = 0;
|
| -
|
| - // Schedules an asynchronous write operation.
|
| - virtual void ScheduleWritePrefs() = 0;
|
| -
|
| // Lands any pending writes to disk.
|
| virtual void CommitPendingWrite() = 0;
|
| };
|
|
|