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

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: Comment typo. 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 | « base/prefs/persistent_pref_store.h ('k') | base/prefs/value_map_pref_store.h » ('j') | no next file with comments »
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..82a44c6ef9bb711174b24288013e42fb1143d004 100644
--- a/base/prefs/pref_filter.h
+++ b/base/prefs/pref_filter.h
@@ -45,9 +45,11 @@ class BASE_PREFS_EXPORT PrefFilter {
virtual void FilterUpdate(const std::string& path) = 0;
// Receives notification when the pref store is about to serialize data
- // contained in |pref_store_contents| to a string.
+ // contained in |pref_store_contents| to a string. Modifications to
+ // |pref_store_contents| will be persisted to disk and also affect the
+ // in-memory state.
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 | « base/prefs/persistent_pref_store.h ('k') | base/prefs/value_map_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698