Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: components/user_prefs/tracked/dictionary_hash_store_contents.cc

Issue 2396443002: Revert of Integrate registry_hash_store_contents with the rest of tracked prefs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 288c1bf45dba68226b4261c44a6e0a5c5079b164..6bddb6591f86cec3d9e97067f057225829391275 100644
--- a/components/user_prefs/tracked/dictionary_hash_store_contents.cc
+++ b/components/user_prefs/tracked/dictionary_hash_store_contents.cc
@@ -26,16 +26,6 @@
user_prefs::PrefRegistrySyncable* registry) {
registry->RegisterDictionaryPref(kPreferenceMACs);
registry->RegisterStringPref(kSuperMACPref, std::string());
-}
-
-bool DictionaryHashStoreContents::IsCopyable() const {
- return false;
-}
-
-std::unique_ptr<HashStoreContents> DictionaryHashStoreContents::MakeCopy()
- const {
- NOTREACHED() << "DictionaryHashStoreContents does not support MakeCopy";
- return nullptr;
}
base::StringPiece DictionaryHashStoreContents::GetUMASuffix() const {
@@ -131,4 +121,4 @@
storage_->Set(kPreferenceMACs, macs_dict);
}
return macs_dict;
-}
+}
« no previous file with comments | « components/user_prefs/tracked/dictionary_hash_store_contents.h ('k') | components/user_prefs/tracked/hash_store_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698