| Index: components/user_prefs/tracked/hash_store_contents.h
|
| diff --git a/components/user_prefs/tracked/hash_store_contents.h b/components/user_prefs/tracked/hash_store_contents.h
|
| index 94323843cc18e573eb6269ca411d977cb3ff174b..a5a04106429ca4cba2835ebafe83156adfdb8e18 100644
|
| --- a/components/user_prefs/tracked/hash_store_contents.h
|
| +++ b/components/user_prefs/tracked/hash_store_contents.h
|
| @@ -36,9 +36,6 @@ class HashStoreContents {
|
|
|
| virtual ~HashStoreContents() {}
|
|
|
| - // Returns the hash-store ID. May be empty.
|
| - virtual std::string hash_store_id() const = 0;
|
| -
|
| // Discards all data related to this hash store.
|
| virtual void Reset() = 0;
|
|
|
|
|