| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index de0654004ee5c288b0d9d634c631dbe0d26d27e0..7847950c0d5c914aa027f9da956f2f5966b8b417 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -36779,6 +36779,34 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="NewTabPage.UserClassifier.AverageHoursToOpenNTP" units="hours">
|
| + <owner>jkrcal@chromium.org</owner>
|
| + <summary>
|
| + Android: The discounted average number of hours between two successive times
|
| + when a new tab page is opened.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="NewTabPage.UserClassifier.AverageHoursToShowSuggestions"
|
| + units="hours">
|
| + <owner>jkrcal@chromium.org</owner>
|
| + <summary>
|
| + Android: The discounted average number of hours between two successive times
|
| + when the list of content suggestions on a new tab page is shown (i.e. when
|
| + the user scrolls below the fold).
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="NewTabPage.UserClassifier.AverageHoursToUseSuggestions"
|
| + units="hours">
|
| + <owner>jkrcal@chromium.org</owner>
|
| + <summary>
|
| + Android: The discounted average number of hours between two successive times
|
| + when the user opens a content suggestion or clicks on the "More"
|
| + button.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="NewTabPage.VisibleScreenshots">
|
| <obsolete>
|
| Deprecated 2016-02 (and not recorded for some time before that).
|
|
|