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

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: Remove some now unnecessary changes. 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
« no previous file with comments | « no previous file | chrome/browser/prefs/pref_hash_filter.h » ('j') | chrome/browser/prefs/pref_hash_filter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/pref_filter.h
diff --git a/base/prefs/pref_filter.h b/base/prefs/pref_filter.h
index 1020029131ab3daaec1f3abbfa322781915d9abf..cb118401fc72a4e1a3b2eab956b301d77074440d 100644
--- a/base/prefs/pref_filter.h
+++ b/base/prefs/pref_filter.h
@@ -47,7 +47,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.
gab 2014/06/13 01:57:43 Add an explicit comment that this call is allowed
erikwright (departed) 2014/06/16 20:51:26 Done.
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_filter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698