| Index: components/user_prefs/tracked/dictionary_hash_store_contents.cc
|
| diff --git a/components/user_prefs/tracked/dictionary_hash_store_contents.cc b/components/user_prefs/tracked/dictionary_hash_store_contents.cc
|
| index 899cafabec128daab5cb8696c285e06240ac5afc..6f1f28c2cde308c66e621f2694c0188645d8252a 100644
|
| --- a/components/user_prefs/tracked/dictionary_hash_store_contents.cc
|
| +++ b/components/user_prefs/tracked/dictionary_hash_store_contents.cc
|
| @@ -60,10 +60,6 @@ void DictionaryHashStoreContents::RegisterProfilePrefs(
|
| registry->RegisterStringPref(kSuperMACPref, std::string());
|
| }
|
|
|
| -std::string DictionaryHashStoreContents::hash_store_id() const {
|
| - return "";
|
| -}
|
| -
|
| void DictionaryHashStoreContents::Reset() {
|
| storage_->Remove(kPreferenceMACs, NULL);
|
| }
|
|
|