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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2513953004: Adding metrics on the usefulness of the Win10 version of the Welcome Page (Closed)
Patch Set: Created 4 years, 1 month 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
« tools/metrics/actions/actions.xml ('K') | « tools/metrics/actions/actions.xml ('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 4e1dd217e61e72b9e2e5c2caa24e46af81b4cdd4..3dc4d5f7972d09b0b36a715026bf501f47bbbafd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -73097,6 +73097,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Welcome.Win10.DefaultPromptResult" enum="BooleanDefault">
+ <owner>tmartino@chromium.org</owner>
+ <summary>
+ Records whether or not Chrome was the default browser when the user left the
+ Win10-specific Welcome page.
+ </summary>
+</histogram>
+
+<histogram name="Welcome.Win10.PinnedPromptResult" enum="BooleanPinned">
+ <owner>tmartino@chromium.org</owner>
+ <summary>
+ Records whether or not Chrome was pinned to the taskbar when the user left
+ the Win10-specific Welcome page.
+ </summary>
+</histogram>
+
<histogram name="Win8.PageLoad" enum="Win8PageLoadType">
<owner>zturner@chromium.org</owner>
<summary>
@@ -75943,6 +75959,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="Persisted"/>
</enum>
+<enum name="BooleanPinned" type="int">
+ <int value="0" label="Not Pinned"/>
+ <int value="1" label="Pinned"/>
+</enum>
+
<enum name="BooleanPopulated" type="int">
<int value="0" label="Not populated"/>
<int value="1" label="Populated"/>
@@ -112507,6 +112528,19 @@ value.
<affected-histogram name="NewTabPage.DefaultPageType"/>
</histogram_suffixes>
+<histogram_suffixes name="WelcomeWin10Variant">
+ <owner>tmartino@chromium.org</owner>
+ <suffix name="InlineCombined" label="Inline layout style, combined promo"/>
+ <suffix name="InlineDefault"
+ label="Inline layout style, default browser promo only"/>
+ <suffix name="SectionedCombined"
+ label="Sectioned layout style, combined promo"/>
+ <suffix name="SectionedDefault"
+ label="Sectioned layout style, default browser promo only"/>
+ <affected-histogram name="Welcome.Win10.DefaultPromptResult"/>
+ <affected-histogram name="Welcome.Win10.PinnedPromptResult"/>
+</histogram_suffixes>
+
<histogram_suffixes name="WrenchMenuActionTimings" separator=".">
<suffix name="NewTab"/>
<suffix name="NewWindow"/>
« tools/metrics/actions/actions.xml ('K') | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698