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"/> |