Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index c64c1d168cbb6d54009b88f8495ee7bccee92733..c79dd575cb894718b7f3e47e378329b4dc0acd33 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -29425,6 +29425,31 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="NewTabPage.Interests.ImageDownloadSuccess" |
| + enum="BooleanSuccess"> |
| + <owner>knn@chromium.org</owner> |
| + <summary> |
| + Android: Whether an attempt to download the image for an interest was |
| + successful. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="NewTabPage.Interests.InterestsFetchSuccess" |
| + enum="BooleanSuccess"> |
| + <owner>knn@chromium.org</owner> |
| + <summary> |
| + Android: Whether an attempt to fetch the interests for a user was |
| + successful. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="NewTabPage.Interests.NumInterests"> |
|
Alexei Svitkine (slow)
2015/12/09 16:15:57
Add a units=
knn
2015/12/10 06:57:17
Done.
|
| + <owner>knn@chromium.org</owner> |
| + <summary> |
| + Android: The number of interests fetched for a user to display on the NTP. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="NewTabPage.LoadTime" units="milliseconds"> |
| <owner>fserb@chromium.org</owner> |
| <summary> |
| @@ -70387,6 +70412,8 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <int value="4" label="Opened a recently closed tab"/> |
| <int value="5" label="Opened a bookmark"/> |
| <int value="6" label="Opened a foreign session (from other devices section)"/> |
| + <int value="7" label="Navigated to the webpage for a snippet"/> |
| + <int value="8" label="Clicked on an interest item"/> |
| </enum> |
| <enum name="NewTabPageBookmarkActionAndroid" type="int"> |