| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d1a1a1030dc9e6a44c3401bee9e6867d3cf3900a..946c7ba7afd836761aa4cbc500d702453311caf4 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -17334,6 +17334,19 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Settings.FilterOnLoadTime" units="milliseconds">
|
| + <summary>
|
| + The amount of time it took to run PrefHashFilter::FilterOnLoad on startup.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Settings.FilterSerializeDataTime" units="milliseconds">
|
| + <summary>
|
| + The amount of time it took to run PrefHashFilter::FilterSerializeData on the
|
| + UI thread prior to writing the Preferences file to disk.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Settings.GivenShowHomeButton_HomePageIsNewTabPage"
|
| enum="Boolean">
|
| <summary>
|
|
|