Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 48e0bb9be0a4081ef03fc492b8c6c8a1c0cb9fd4..6b02a6d3558baa50cf06124473dd7629d49e7c53 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -39836,6 +39836,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <histogram name="NewTabPage.ContentSuggestions.TimeSinceLastBackgroundFetch" |
| units="ms"> |
| + <obsolete> |
| + Replaced by NewTabPage.ContentSuggestions.TimeSinceSuggestionFetched. |
| + </obsolete> |
| <owner>markusheintz@chromium.org</owner> |
| <summary> |
| Android: The time since the last successful background fetch of remote |
| @@ -39844,6 +39847,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="NewTabPage.ContentSuggestions.TimeSinceSuggestionFetched" |
| + units="seconds"> |
|
Marc Treib
2017/02/22 13:38:11
Please check with histogram owners what units are
markusheintz_
2017/02/22 13:42:05
Done.
|
| + <owner>markusheintz@chromium.org</owner> |
| + <summary> |
| + Android: The time since the displayed content suggestions was fetched. |
| + Recorded when the user looks at content suggestions on the NTP. The metric |
| + is only recorded for snippets of the Articles for you section. |
|
Marc Treib
2017/02/22 13:38:11
nit: s/snippets/suggestions/
markusheintz_
2017/02/22 13:42:05
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="NewTabPage.ContentSuggestions.UIUpdateResult" |
| enum="ContentSuggestionsUIUpdateResult"> |
| <obsolete> |