Commit 0feb0b12 authored by Jan Krcal's avatar Jan Krcal Committed by Commit Bot

[Remote suggestions] Add missing histogram description

This CL adds a histogram description omitted in CL
  https://codereview.chromium.org/2875953003
so that the recorded values can get displayed in the dashboards.

Bug: 739671
Change-Id: If502122693e3955ec656e02844c8aa64a73e5144
Reviewed-on: https://chromium-review.googlesource.com/800871Reviewed-by: default avatarGayane Petrosyan <gayane@chromium.org>
Commit-Queue: Jan Krcal <jkrcal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#520895}
parent 488c1cb2
......@@ -50950,6 +50950,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
<histogram base="true"
name="NewTabPage.ContentSuggestions.TimeUntilStartupFetch" units="ms">
<owner>jkrcal@chromium.org</owner>
<summary>
Android: The time since the last fetch, recorded upon a startup fetch. This
is used to understand what are the real soft fetching intervals in the wild.
</summary>
</histogram>
<histogram name="NewTabPage.ContentSuggestions.UIUpdateResult"
enum="ContentSuggestionsUIUpdateResult">
<obsolete>
......@@ -109088,6 +109097,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram
name="NewTabPage.ContentSuggestions.TimeUntilPersistentFetch"/>
<affected-histogram name="NewTabPage.ContentSuggestions.TimeUntilSoftFetch"/>
<affected-histogram
name="NewTabPage.ContentSuggestions.TimeUntilStartupFetch"/>
</histogram_suffixes>
<histogram_suffixes name="UserScriptRunLocation" separator=".">
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment