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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 288493008: UMA Metrics for the user menu, including vasquette-detection (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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/test/base/test_browser_window.h ('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 23882ca7c3a981cc82b62b65a379e6c93a9eefd7..540cc9241dd9506df1ce2061be2a391333d22a40 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21153,6 +21153,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Profile.DesktopMenu" enum="ProfileDesktopMenu">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Track user interactions that can be performed in the user menu and user
+ manager. The origin of the action, whether the an interaction in the content
+ area or some other source, is noted in the histogram suffix.
+ </summary>
+</histogram>
+
<histogram name="Profile.ExtensionSize" units="MB">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>Size of the extension cookies database.</summary>
@@ -40879,6 +40888,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="4" label="Canceled"/>
</enum>
+<enum name="ProfileDesktopMenu" type="int">
+ <int value="0" label="Locked In Menu from Button">
+ User opened the user menu, and clicked lock.
+ </int>
+ <int value="1" label="Remove Account in Menu from Button.">
+ User opened the user menu, and removed an account.
+ </int>
+ <int value="2" label="Add Account in Menu from Button">
+ User opened the user menu, and started adding an account.
+ </int>
+</enum>
+
<enum name="ProfileErrorType" type="int">
<int value="0" label="History error"/>
<int value="1" label="Preferences error"/>
@@ -46384,6 +46405,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.DesktopMenu" 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.DesktopMenu"/>
+</histogram_suffixes>
+
<histogram_suffixes name="ProfilePictureDownload" separator=".">
<suffix name="Default.OOBE" label="default picture, in OOBE"/>
<suffix name="Default.LoggedIn" label="default picture, after login"/>
« no previous file with comments | « chrome/test/base/test_browser_window.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698