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

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

Issue 324493002: Move preference MACs to the protected preference stores. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New approach. 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.h
diff --git a/chrome/browser/prefs/pref_hash_filter.h b/chrome/browser/prefs/pref_hash_filter.h
index f195f1cc136a064abd132ffc33681461954430e3..c588286fae1959017c1013df8f767be4b1596524 100644
--- a/chrome/browser/prefs/pref_hash_filter.h
+++ b/chrome/browser/prefs/pref_hash_filter.h
@@ -82,12 +82,12 @@ class PrefHashFilter : public InterceptablePrefFilter {
// Initializes the PrefHashStore with hashes of the tracked preferences in
// |pref_store|.
- void Initialize(const PrefStore& pref_store);
+ void Initialize(base::DictionaryValue* pref_store_contents);
// PrefFilter remaining implementation.
virtual void FilterUpdate(const std::string& path) OVERRIDE;
virtual void FilterSerializeData(
- const base::DictionaryValue* pref_store_contents) OVERRIDE;
+ base::DictionaryValue* pref_store_contents) OVERRIDE;
private:
// InterceptablePrefFilter implementation.

Powered by Google App Engine
This is Rietveld 408576698