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

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

Issue 2495063002: [Merge] Adding Histograms for new Desktop First Run. (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
« no previous file with comments | « 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 34b1ee557de9404ad8e9db347084a30b14a5086e..97fe27164ff25a5b1907dd30d11cffa53dd59351 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -70815,6 +70815,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Welcome.SignInPromptResult" enum="WelcomeSignInPromptOutcome">
+ <owner>tmartino@chromium.org</owner>
+ <summary>
+ Records the result of promoting sign-in via the Welcome page.
+ </summary>
+</histogram>
+
<histogram name="Win8.PageLoad" enum="Win8PageLoadType">
<owner>zturner@chromium.org</owner>
<summary>
@@ -101751,6 +101758,12 @@ value.
<int value="1" label="Revoked ephemeral permission"/>
</enum>
+<enum name="WelcomeSignInPromptOutcome" type="int">
+ <int value="0" label="User navigated away from page"/>
+ <int value="1" label="User declined prompt"/>
+ <int value="2" label="User completed sign in flow"/>
+</enum>
+
<enum name="WhitelistedDownloadType" type="int">
<int value="0" label="Does not match any whitelists"/>
<int value="1" label="URL whitelist"/>
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698