| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d1800f8261a89d2e3f42ae6331697e1debe91683..afbe445a2c43e68c968dde766c4df88909d4198d 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -75587,6 +75587,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Toolbar.ShowToolsMenuResponsiveness" units="ms">
|
| + <owner>peterlaurens@chromium.org</owner>
|
| + <summary>
|
| + Number of milliseconds passed between the event that triggers the
|
| + presentation of the tools menu (the main menu of actions accessed from the
|
| + toolbar), and the actual appearance of the menu on screen. Includes the
|
| + animation duration.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="TopSites.NumberOfApplyBlacklist">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <summary>The number of times TopSitesImpl::ApplyBlacklist is called.</summary>
|
|
|