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

Unified Diff: chrome/browser/prefs/tracked/pref_service_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: New approach. 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 99fb259672f5311c166bfd7d813fed46b4a7d746..687c394d27459bc88ad5576a9f17a04adfcc2b16 100644
--- a/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h
+++ b/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h
@@ -45,6 +45,8 @@ class PrefServiceHashStoreContents : public HashStoreContents {
// Deletes stored hashes for all profiles from |pref_service|.
static void ResetAllPrefHashStores(PrefService* pref_service);
+ virtual void CommitPendingWrite();
+
// HashStoreContents implementation
virtual std::string hash_store_id() const OVERRIDE;
virtual void Reset() OVERRIDE;
@@ -53,7 +55,6 @@ class PrefServiceHashStoreContents : public HashStoreContents {
virtual scoped_ptr<MutableDictionary> GetMutableContents() OVERRIDE;
virtual std::string GetSuperMac() const OVERRIDE;
virtual void SetSuperMac(const std::string& super_mac) OVERRIDE;
- virtual void CommitPendingWrite() OVERRIDE;
private:
const std::string hash_store_id_;

Powered by Google App Engine
This is Rietveld 408576698