| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 6bf2c915e8f644ad7c823b3aaa1ef5dc45b998a8..df69f8ae03b797b07563443dc86ca276bbb58e8c 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -39856,6 +39856,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
|
| @@ -39864,6 +39867,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="NewTabPage.ContentSuggestions.TimeSinceSuggestionFetched"
|
| + units="ms">
|
| + <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 suggestions of the Articles for you section.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="NewTabPage.ContentSuggestions.UIUpdateResult"
|
| enum="ContentSuggestionsUIUpdateResult">
|
| <obsolete>
|
|
|