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

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

Issue 25098009: Log UMA metrics for multiprofile actions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes Created 7 years, 3 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/chromeos/profiles/avatar_menu_actions_chromeos.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 78ddae6d05f1f1581dd655b7f28ff1aa3ede9603..c00844557df16367db5464f7c35138841955be81 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6582,6 +6582,31 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="MultiProfile.SigninUserUIPath"
+ enum="MultiProfileSigninUserAction">
+ <summary>
+ Count the number of times each UI path is taken for signing into a new
+ account in a ChromeOS multiprofile session. UI paths include the system tray
+ and the user account switcher on the browser frame.
+ </summary>
+</histogram>
+
+<histogram name="MultiProfile.SwitchActiveUserUIPath"
+ enum="MultiProfileSwitchActiveUserAction">
+ <summary>
+ Count the number of times each UI path is taken for switching the active
+ account in a ChromeOS multiprofile session. UI paths include the system tray
+ and the keyboard shortcut.
+ </summary>
+</histogram>
+
+<histogram name="Multiprofile.UserCount">
+ <summary>
+ The number of users simultaneously signed into a multiprofile session on
+ ChromeOS. This is recorded whenever a new user logs in.
+ </summary>
+</histogram>
+
<histogram name="Navigation.MainFrameScheme" enum="NavigationScheme">
<summary>The scheme of the URL for each main-frame navigation.</summary>
</histogram>
@@ -23730,6 +23755,16 @@ other types of suffix sets.
<int value="9" label="OPUS"/>
</enum>
+<enum name="MultiProfileSigninUserAction" type="int">
+ <int value="0" label="System tray"/>
+ <int value="1" label="Browser frame"/>
+</enum>
+
+<enum name="MultiProfileSwitchActiveUserAction" type="int">
+ <int value="0" label="System tray"/>
+ <int value="1" label="Keyboard accelerator"/>
+</enum>
+
<enum name="NavigationScheme" type="int">
<int value="0" label="(Unknown)"/>
<int value="1" label="http"/>
« no previous file with comments | « chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698