| Index: services/preferences/tracked/interceptable_pref_filter.h
|
| diff --git a/services/preferences/tracked/interceptable_pref_filter.h b/services/preferences/tracked/interceptable_pref_filter.h
|
| index 7971c8da8f175b19d97a3a5b7aeaf799a4862bc9..0c3af40d046244b98f39373ac097f7c686bec971 100644
|
| --- a/services/preferences/tracked/interceptable_pref_filter.h
|
| +++ b/services/preferences/tracked/interceptable_pref_filter.h
|
| @@ -50,6 +50,8 @@ class InterceptablePrefFilter
|
| void InterceptNextFilterOnLoad(
|
| const FilterOnLoadInterceptor& filter_on_load_interceptor);
|
|
|
| + void OnStoreDeletionFromDisk() override;
|
| +
|
| private:
|
| // Does any extra filtering required by the implementation of this
|
| // InterceptablePrefFilter and hands back the |pref_store_contents| to the
|
|
|