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

Unified Diff: chrome/browser/prefs/pref_hash_filter.cc

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_filter.cc
diff --git a/chrome/browser/prefs/pref_hash_filter.cc b/chrome/browser/prefs/pref_hash_filter.cc
index b77036e8c6cc694b0a7d99fc65834aa74d34f834..bd35e293046fb3f7a9d1183eed5490b7339873dc 100644
--- a/chrome/browser/prefs/pref_hash_filter.cc
+++ b/chrome/browser/prefs/pref_hash_filter.cc
@@ -179,6 +179,8 @@ void PrefHashFilter::FinalizeFilterOnLoad(
prefs_altered = true;
}
}
+ if (hash_store_transaction->StampSuperMac())
+ prefs_altered = true;
gab 2014/06/11 21:28:04 FWIW, setting |prefs_altered = true| is technicall
}
if (did_reset) {
« no previous file with comments | « no previous file | chrome/browser/prefs/pref_hash_filter_unittest.cc » ('j') | chrome/browser/prefs/pref_hash_store_transaction.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698