| 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 d5466a5f3e5c09a79de8a292f17206079334d99f..7ffe639f3a3fa5fc625a7809cbc5170213b3dfe5 100644
|
| --- a/chrome/browser/prefs/tracked/hash_store_contents.h
|
| +++ b/chrome/browser/prefs/tracked/hash_store_contents.h
|
| @@ -45,13 +45,6 @@ class HashStoreContents {
|
| // Indicates whether any data is currently stored for this hash store.
|
| virtual bool IsInitialized() const = 0;
|
|
|
| - // Retrieves a version number previously associated with this hash store via
|
| - // SetVersion. Returns false if no version number has been stored.
|
| - virtual bool GetVersion(int* version) const = 0;
|
| -
|
| - // Associates a version number wih this hash store.
|
| - virtual void SetVersion(int version) = 0;
|
| -
|
| // Retrieves the contents of this hash store. May return NULL if the hash
|
| // store has not been initialized.
|
| virtual const base::DictionaryValue* GetContents() const = 0;
|
|
|