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

Unified Diff: chrome/browser/prefs/tracked/hash_store_contents.h

Issue 324493002: Move preference MACs to the protected preference stores. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pull some stuff from Persistent to WriteablePrefStore. Created 6 years, 6 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: 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;

Powered by Google App Engine
This is Rietveld 408576698