| Index: services/preferences/tracked/interceptable_pref_filter.cc
|
| diff --git a/services/preferences/tracked/interceptable_pref_filter.cc b/services/preferences/tracked/interceptable_pref_filter.cc
|
| index 81f2783558e094a8632b213c163183ab35784431..7a6eb8bb7b976aa9e78fa67903e712c512d7b073 100644
|
| --- a/services/preferences/tracked/interceptable_pref_filter.cc
|
| +++ b/services/preferences/tracked/interceptable_pref_filter.cc
|
| @@ -37,3 +37,5 @@ void InterceptablePrefFilter::InterceptNextFilterOnLoad(
|
| DCHECK(filter_on_load_interceptor_.is_null());
|
| filter_on_load_interceptor_ = filter_on_load_interceptor;
|
| }
|
| +
|
| +void InterceptablePrefFilter::OnStoreDeletionFromDisk() {}
|
|
|