Commit 6df77202 authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Chromium LUCI CQ

[ntp][modules] Extend histograms

Specifically, this CL extends:
* NewTabPage.ShoppingTasks.ProductDownloadCount
* NewTabPage.RecipeTasks.RecipeDownloadCount
* NewTabPage.RecipeTasks.RelatedSearchDownloadCount

Fixed: 1167846, 1167845
Change-Id: I38641726241e1522ffd04f6cc6efaf93fce49167
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638937
Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org>
Commit-Queue: Robert Kaplow <rkaplow@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845161}
parent 6dd578e2
...@@ -1085,7 +1085,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1085,7 +1085,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="NewTabPage.RecipeTasks.RecipeDownloadCount" units="recipes" <histogram name="NewTabPage.RecipeTasks.RecipeDownloadCount" units="recipes"
expires_after="2021-03-01"> expires_after="2022-01-01">
<owner>tiborg@chromium.org</owner> <owner>tiborg@chromium.org</owner>
<owner>yyushkina@chromium.org</owner> <owner>yyushkina@chromium.org</owner>
<owner>chrome-desktop-ntp@google.com</owner> <owner>chrome-desktop-ntp@google.com</owner>
...@@ -1109,7 +1109,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1109,7 +1109,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="NewTabPage.RecipeTasks.RelatedSearchDownloadCount" <histogram name="NewTabPage.RecipeTasks.RelatedSearchDownloadCount"
units="count" expires_after="2021-03-01"> units="count" expires_after="2022-01-01">
<owner>tiborg@chromium.org</owner> <owner>tiborg@chromium.org</owner>
<owner>yyushkina@chromium.org</owner> <owner>yyushkina@chromium.org</owner>
<owner>chrome-desktop-ntp@google.com</owner> <owner>chrome-desktop-ntp@google.com</owner>
...@@ -1266,7 +1266,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1266,7 +1266,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="NewTabPage.ShoppingTasks.ProductDownloadCount" <histogram name="NewTabPage.ShoppingTasks.ProductDownloadCount"
units="products" expires_after="2021-03-01"> units="products" expires_after="2022-01-01">
<owner>tiborg@chromium.org</owner> <owner>tiborg@chromium.org</owner>
<owner>yyushkina@chromium.org</owner> <owner>yyushkina@chromium.org</owner>
<owner>chrome-desktop-ntp@google.com</owner> <owner>chrome-desktop-ntp@google.com</owner>
......
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