| 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..dad4fe1ad4d6b94331d156983d97da9cdd70aae0 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::CleanupForProfileDeletion() {}
|
|
|