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

Unified Diff: base/prefs/pref_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: base/prefs/pref_filter.h
diff --git a/base/prefs/pref_filter.h b/base/prefs/pref_filter.h
index d3fc8f1b7681b1c167c22f65e5bab11cf9f8c283..9c6ba66e36be5e072f67c98a14b1c3ac9187787d 100644
--- a/base/prefs/pref_filter.h
+++ b/base/prefs/pref_filter.h
@@ -48,7 +48,7 @@ class BASE_PREFS_EXPORT PrefFilter {
// Receives notification when the pref store is about to serialize data
// contained in |pref_store_contents| to a string.
virtual void FilterSerializeData(
- const base::DictionaryValue* pref_store_contents) = 0;
+ base::DictionaryValue* pref_store_contents) = 0;
};
#endif // BASE_PREFS_PREF_FILTER_H_
« no previous file with comments | « no previous file | chrome/browser/prefs/pref_hash_filter.h » ('j') | chrome/browser/prefs/pref_hash_store_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698