| Index: components/user_prefs/tracked/pref_hash_filter.cc
|
| diff --git a/components/user_prefs/tracked/pref_hash_filter.cc b/components/user_prefs/tracked/pref_hash_filter.cc
|
| index 44a8ec511b4123d45b13a4380bf28c3d5d8db2d3..f697fb85ef171aee155580c0209e94b578cc5673 100644
|
| --- a/components/user_prefs/tracked/pref_hash_filter.cc
|
| +++ b/components/user_prefs/tracked/pref_hash_filter.cc
|
| @@ -256,6 +256,7 @@ void PrefHashFilter::FinalizeFilterOnLoad(
|
| if (!on_reset_on_load_.is_null())
|
| on_reset_on_load_.Run();
|
| }
|
| + on_reset_on_load_.Reset();
|
|
|
| UMA_HISTOGRAM_TIMES("Settings.FilterOnLoadTime",
|
| base::TimeTicks::Now() - checkpoint);
|
|
|