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

Unified Diff: chrome/browser/prefs/pref_hash_store_transaction.h

Issue 334433002: Update the super MAC after performing MAC validation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_transaction.h
diff --git a/chrome/browser/prefs/pref_hash_store_transaction.h b/chrome/browser/prefs/pref_hash_store_transaction.h
index 10022aae836311844aca1cd31ea2769453f5ab4d..f27e553a5adc44fb32a4ada2aa91d70b14fc7b12 100644
--- a/chrome/browser/prefs/pref_hash_store_transaction.h
+++ b/chrome/browser/prefs/pref_hash_store_transaction.h
@@ -67,6 +67,10 @@ class PrefHashStoreTransaction {
virtual void StoreSplitHash(
const std::string& path,
const base::DictionaryValue* split_value) = 0;
+
+ // Forces the super MAC to be updated. Returns true if this results in a
gab 2014/06/11 21:28:04 s/updated/set if it's invalid/
+ // change to the store contents.
gab 2014/06/11 21:28:04 s/the store/this store's/
+ virtual bool StampSuperMac() = 0;
gab 2014/06/11 21:28:04 How about SetSuperMacIfRequired() ? With that nam
};
#endif // CHROME_BROWSER_PREFS_PREF_HASH_STORE_TRANSACTION_H_
« chrome/browser/prefs/pref_hash_filter.cc ('K') | « chrome/browser/prefs/pref_hash_store_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698