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

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

Issue 145053004: Let chrome_prefs handle Preferences initialization from master_preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test Created 6 years, 10 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.h
diff --git a/chrome/browser/prefs/pref_hash_filter.h b/chrome/browser/prefs/pref_hash_filter.h
index 38caa89494c46290e20f30180868c4d00ead0e24..ebb9687ee03242b8ae780e6fa437b63d1fab10e3 100644
--- a/chrome/browser/prefs/pref_hash_filter.h
+++ b/chrome/browser/prefs/pref_hash_filter.h
@@ -74,9 +74,9 @@ class PrefHashFilter : public PrefFilter {
virtual ~PrefHashFilter();
- // Initializes the PrefHashStore with hashes of the tracked preferences
- // in |pref_store|.
- void Initialize(PrefStore* pref_store);
+ // Initializes the PrefHashStore with hashes of the tracked preferences in
+ // |pref_store|.
+ void Initialize(const PrefStore& pref_store);
// PrefFilter implementation.
virtual void FilterOnLoad(base::DictionaryValue* pref_store_contents)

Powered by Google App Engine
This is Rietveld 408576698