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

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

Issue 2563443004: Adds histograms for collecting data about Zine usage for each day of the week. (Closed)
Patch Set: rebase 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
« no previous file with comments | « components/ntp_snippets/content_suggestions_metrics.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ccde36a65a7663ea7e90dda0f672231c2cc3d8f2..d2ae89d8758cb8e1cdc84f6f341dc5fa8045fb7f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -114929,6 +114929,17 @@ value.
<affected-histogram name="NewTabPage.DefaultPageType"/>
</histogram_suffixes>
+<histogram_suffixes name="WeekdayNames">
+ <suffix name="Monday"/>
+ <suffix name="Tuesday"/>
+ <suffix name="Wednesday"/>
+ <suffix name="Thursday"/>
+ <suffix name="Friday"/>
+ <suffix name="Saturday"/>
+ <suffix name="Sunday"/>
+ <affected-histogram name="NewTabPage.ContentSuggestions.UsageTimeLocal"/>
+</histogram_suffixes>
+
<histogram_suffixes name="WelcomeWin10Variant">
<owner>tmartino@chromium.org</owner>
<suffix name="InlineCombined" label="Inline layout style, combined promo"/>
« no previous file with comments | « components/ntp_snippets/content_suggestions_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698