| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 7018035bfe891e9a33e4124264a1c0f14ba56b88..1c237f06efe4d199c09cef69f92eae53702d2f8f 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -16629,6 +16629,17 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="TopSites.NumberOfApplyBlacklist">
|
| + <summary>The number of times TopSitesImpl::ApplyBlacklist is called.</summary>
|
| +</histogram>
|
| +
|
| +<histogram name="TopSites.NumberOfBlacklistedItems">
|
| + <summary>
|
| + The number of items in the user Most Visited blacklist every time
|
| + TopSitesImpl::ApplyBlacklist is called.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Touchpad.Device" enum="TouchpadDeviceState">
|
| <summary>Tracks touchpad device state.</summary>
|
| </histogram>
|
|
|