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

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: Comment typo. 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 7ffe639f3a3fa5fc625a7809cbc5170213b3dfe5..ff6e39a9e778b1c095b1e3e76e064400554abbb6 100644
--- a/chrome/browser/prefs/tracked/hash_store_contents.h
+++ b/chrome/browser/prefs/tracked/hash_store_contents.h
@@ -58,9 +58,6 @@ class HashStoreContents {
// Stores a super MAC value for this hash store.
virtual void SetSuperMac(const std::string& super_mac) = 0;
-
- // Commit pending writes to this hash store's contents.
- virtual void CommitPendingWrite() = 0;
};
#endif // CHROME_BROWSER_PREFS_TRACKED_HASH_STORE_CONTENTS_H_

Powered by Google App Engine
This is Rietveld 408576698