| Index: chrome/browser/prefs/testing_pref_store.h
|
| diff --git a/chrome/browser/prefs/testing_pref_store.h b/chrome/browser/prefs/testing_pref_store.h
|
| index 0254a62fe12f2ed422be0e4a380e3ec3cee97cbc..752392e7b3dda79a4aec360da1058abd6cb53592 100644
|
| --- a/chrome/browser/prefs/testing_pref_store.h
|
| +++ b/chrome/browser/prefs/testing_pref_store.h
|
| @@ -74,9 +74,6 @@ class TestingPrefStore : public PersistentPrefStore {
|
| // Flag that indicates if the PrefStore is read-only
|
| bool read_only_;
|
|
|
| - // Flag that indicates if the method WritePrefs was called.
|
| - bool prefs_written_;
|
| -
|
| // Whether initialization has been completed.
|
| bool init_complete_;
|
|
|
|
|