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

Unified Diff: chrome/browser/prefs/pref_hash_store_impl.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/pref_hash_store_impl.h
diff --git a/chrome/browser/prefs/pref_hash_store_impl.h b/chrome/browser/prefs/pref_hash_store_impl.h
index c6483277832c5fc97b4f6c62466d6a779c6d5694..f334f68694f270649c52f9b6bc98f8142662b440 100644
--- a/chrome/browser/prefs/pref_hash_store_impl.h
+++ b/chrome/browser/prefs/pref_hash_store_impl.h
@@ -54,9 +54,6 @@ class PrefHashStoreImpl : public PrefHashStore {
virtual scoped_ptr<PrefHashStoreTransaction> BeginTransaction() OVERRIDE;
virtual void CommitPendingWrite() OVERRIDE;
- // Returns the current version of this hash store.
- StoreVersion GetCurrentVersion() const;
-
private:
class PrefHashStoreTransactionImpl;

Powered by Google App Engine
This is Rietveld 408576698