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

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

Issue 329093003: Remove unloaded profile hash store initialization, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove more code. 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/pref_service_hash_store_contents.h
diff --git a/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h b/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h
index 29abff67e96dbb0b3faa858e3e92e78c68271e89..99fb259672f5311c166bfd7d813fed46b4a7d746 100644
--- a/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h
+++ b/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h
@@ -49,8 +49,6 @@ class PrefServiceHashStoreContents : public HashStoreContents {
virtual std::string hash_store_id() const OVERRIDE;
virtual void Reset() OVERRIDE;
virtual bool IsInitialized() const OVERRIDE;
- virtual bool GetVersion(int* version) const OVERRIDE;
- virtual void SetVersion(int version) OVERRIDE;
virtual const base::DictionaryValue* GetContents() const OVERRIDE;
virtual scoped_ptr<MutableDictionary> GetMutableContents() OVERRIDE;
virtual std::string GetSuperMac() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698