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

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: Nits 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 44031fe11719c572a211ecc534f1338a6ec4b07c..a622dc6a7e227b24ed05e74591a24d035cd30845 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21086,6 +21086,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. Whether the interaction began from the content area or the avatar
+ button is noted in the histogram suffix.
Alexei Svitkine (slow) 2014/05/26 17:59:40 Please update the comment, since suffixes have bee
Mike Lerman 2014/05/27 13:24:46 Done.
+ </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>
@@ -40738,6 +40747,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"/>
@@ -46243,6 +46264,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"/>
« chrome/browser/profiles/profile_metrics.cc ('K') | « 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