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

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

Issue 220203011: Changes requested by gab for previously committed CLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 381fbace615328531738d57fd6b13025bba6487c..5fecdd70a7c8c70edb2df13b4b92cd47262a2455 100644
--- a/chrome/browser/prefs/pref_hash_filter.cc
+++ b/chrome/browser/prefs/pref_hash_filter.cc
@@ -107,7 +107,7 @@ void PrefHashFilter::MigrateValues(PersistentPrefStore* source,
// TrackedPreference to act on it.
temp_dictionary.Set(it->first, source_value->DeepCopy());
// Check whether the value is correct according to our MAC. May remove the
- // value from |temp_dictionary|.
+ // value from |temp_dictionary|.
it->second->EnforceAndReport(&temp_dictionary, transaction.get());
// Now take the value as it appears in |temp_dictionary| and put it in
// |destination|.

Powered by Google App Engine
This is Rietveld 408576698