| Index: chrome/browser/prefs/tracked/hash_store_contents.h
|
| diff --git a/chrome/browser/prefs/tracked/hash_store_contents.h b/chrome/browser/prefs/tracked/hash_store_contents.h
|
| index 7ffe639f3a3fa5fc625a7809cbc5170213b3dfe5..ff6e39a9e778b1c095b1e3e76e064400554abbb6 100644
|
| --- a/chrome/browser/prefs/tracked/hash_store_contents.h
|
| +++ b/chrome/browser/prefs/tracked/hash_store_contents.h
|
| @@ -58,9 +58,6 @@ class HashStoreContents {
|
|
|
| // Stores a super MAC value for this hash store.
|
| virtual void SetSuperMac(const std::string& super_mac) = 0;
|
| -
|
| - // Commit pending writes to this hash store's contents.
|
| - virtual void CommitPendingWrite() = 0;
|
| };
|
|
|
| #endif // CHROME_BROWSER_PREFS_TRACKED_HASH_STORE_CONTENTS_H_
|
|
|