Chromium Code Reviews| 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_ |