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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 304983005: [Android][Mirror] UMA stats for Account management screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 6 years, 6 months 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 | « chrome/browser/signin/signin_header_helper.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 96b852964ae67fbca51d8a9efdb302a212c08333..0797292fd95ac45230b07df6a27471c698834505 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21289,6 +21289,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The frequency of ways that new user profiles are added.</summary>
</histogram>
+<histogram name="Profile.AndroidAccountManagementMenu"
+ enum="ProfileAndroidAccountManagementMenu">
+ <owner>aruslan@chromium.org</owner>
+ <summary>
+ Track user interactions that can be performed in the Android account
+ management menu.
+ </summary>
+</histogram>
+
<histogram name="Profile.AppCount">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>The number of installed apps when a profile is opened.</summary>
@@ -41176,6 +41185,33 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="3" label="Add new user from the User Manager"/>
</enum>
+<enum name="ProfileAndroidAccountManagementMenu" type="int">
+ <int value="0" label="Opened Menu">
+ User arrived at the Account management screen.
+ </int>
+ <int value="1" label="Add Account">
+ User arrived at the Account management screen, and clicked Add account.
+ </int>
+ <int value="2" label="Go Incognito">
+ User arrived at the Account management screen, and clicked Go incognito.
+ </int>
+ <int value="3" label="Primary Account">
+ User arrived at the Account management screen, and clicked on primary.
+ </int>
+ <int value="4" label="Secondary Account">
+ User arrived at the Account management screen, and clicked on secondary.
+ </int>
+ <int value="5" label="Toggled Signout">
+ User arrived at the Account management screen, toggled Chrome signout.
+ </int>
+ <int value="6" label="Confirm Signout">
+ User toggled Chrome signout, and clicked Signout.
+ </int>
+ <int value="7" label="Cancel Signout">
+ User toggled Chrome signout, and clicked Cancel.
+ </int>
+</enum>
+
<enum name="ProfileAuth" type="int">
<int value="0" label="Authentication was unnecessary (profile not locked)"/>
<int value="1" label="Authentication performed using local credentials"/>
@@ -46748,6 +46784,24 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<affected-histogram name="Prerender.TimeUntilUsed2"/>
</histogram_suffixes>
+<histogram_suffixes name="Profile.AndroidAccountManagementMenu" separator=".">
+ <suffix name="NonGAIA" label="Interaction was not initiated from GAIA"/>
+ <suffix name="GAIASignout"
+ label="GAIA-initiated interaction indicating a service type of Signout"/>
+ <suffix name="GAIASignoutIncognito"
+ label="GAIA-initiated interaction indicating a service type of Signout
+ and go Incogntio"/>
+ <suffix name="GAIAAddSession"
+ label="GAIA-initiated interaction indicating a service type of Add a
+ Session"/>
+ <suffix name="GAIAReAuth"
+ label="GAIA-initiated interaction indicating a service type of
+ Reauthenticate this user"/>
+ <suffix name="GAIADefault"
+ label="GAIA-initiated interaction indicating the default service type"/>
+ <affected-histogram name="Profile.AndroidAccountManagementMenu"/>
+</histogram_suffixes>
+
<histogram_suffixes name="Profile.DesktopMenu" separator=".">
<suffix name="NonGAIA" label="Interaction was not initiated from GAIA"/>
<suffix name="GAIASignout"
« no previous file with comments | « chrome/browser/signin/signin_header_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698