| Index: components/prefs/pref_filter.h
|
| diff --git a/components/prefs/pref_filter.h b/components/prefs/pref_filter.h
|
| index 9bc2244b412d5d8e0ec9e7ed4118d30144271e53..bd133da449aaf2559d57ee10555c359726bc4895 100644
|
| --- a/components/prefs/pref_filter.h
|
| +++ b/components/prefs/pref_filter.h
|
| @@ -58,6 +58,9 @@ class COMPONENTS_PREFS_EXPORT PrefFilter {
|
| // must not be bound to thread-unsafe member state).
|
| virtual OnWriteCallbackPair FilterSerializeData(
|
| base::DictionaryValue* pref_store_contents) = 0;
|
| +
|
| + // Cleans preference data that may have been saved outside of the store.
|
| + virtual void OnStoreDeletionFromDisk() = 0;
|
| };
|
|
|
| #endif // COMPONENTS_PREFS_PREF_FILTER_H_
|
|
|