Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2574073003: [NTPSnippets] Records the time since last successful bg fetch. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 543fa7e2cc5986675dd7fe8705bbb80713bfbfd2..81549ef90d15144fbcceb4e7e35dff8db2617b4e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38293,6 +38293,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.ContentSuggestions.BackgroundFetchAge" units="ms">
+ <owner>markusheintz@chromium.org</owner>
+ <summary>
+ Android: The time passed between last successful background fetch of remote
+ content suggestions and displaying remote content suggestions to the user.
Marc Treib 2016/12/15 10:16:41 nit: Since this doesn't directly correspond to a u
markusheintz_ 2016/12/15 12:42:07 Thanks again a great suggestion. I find this easie
Marc Treib 2016/12/15 12:47:22 It is triggered by a user action, but "TimeSinceLa
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.ContentSuggestions.CategoryDismissed"
enum="ContentSuggestionsCategory">
<owner>treib@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698