| Index: chrome/common/persistent_pref_store.h
|
| diff --git a/chrome/common/persistent_pref_store.h b/chrome/common/persistent_pref_store.h
|
| index 5a6c71a919091008196a85e988bc3552d383679f..b209716d4521e6f53121ab5954ec6198ce1ac1b6 100644
|
| --- a/chrome/common/persistent_pref_store.h
|
| +++ b/chrome/common/persistent_pref_store.h
|
| @@ -87,10 +87,6 @@ class PersistentPrefStore : public PrefStore {
|
|
|
| // Lands any pending writes to disk.
|
| virtual void CommitPendingWrite() = 0;
|
| -
|
| - // TODO(sky): remove this. It's used in tracking 91396.
|
| - // Used for debugging. Crashes if the value at |key| is unexpected deleted.
|
| - virtual void CheckIfValueDestroyed(const std::string& key) = 0;
|
| };
|
|
|
| #endif // CHROME_COMMON_PERSISTENT_PREF_STORE_H_
|
|
|