Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 56cefde47c04a6f1252816e5f745b87e3031a35d..c43e64c4f770de5382bae8c7bc41196bcbe47001 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -6806,6 +6806,12 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="MultiProfile.SessionMode" enum="MultiProfileSessionMode"> |
| + <summary> |
| + The counter for different multi profile modes selected by users. |
|
Mark P
2013/10/31 18:56:27
When is this emitted?
Mr4D (OOO till 08-26)
2013/10/31 19:11:41
Once per session at the beginning of the session.
Mark P
2013/10/31 21:36:20
Please say that in the summary.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="MultiProfile.SigninUserUIPath" |
| enum="MultiProfileSigninUserAction"> |
| <summary> |
| @@ -6824,6 +6830,13 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="MultiProfile.TeleportWindow" |
| + enum="MultiProfileTeleportWindowAction"> |
| + <summary> |
| + Counts the number of window teleportations using separated desktop mode. |
|
Mark P
2013/10/31 18:56:27
question:
Would replacing "using" with "when using
Mr4D (OOO till 08-26)
2013/10/31 19:11:41
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Multiprofile.UserCount"> |
| <summary> |
| The number of users simultaneously signed into a multiprofile session on |
| @@ -24756,6 +24769,12 @@ other types of suffix sets. |
| <int value="9" label="OPUS"/> |
| </enum> |
| +<enum name="MultiProfileSessionMode" type="int"> |
| + <int value="0" label="Single user mode"/> |
| + <int value="1" label="Side by side mode"/> |
| + <int value="2" label="Separate desktop mode"/> |
| +</enum> |
| + |
| <enum name="MultiProfileSigninUserAction" type="int"> |
| <int value="0" label="System tray"/> |
| <int value="1" label="Browser frame"/> |
| @@ -24766,6 +24785,13 @@ other types of suffix sets. |
| <int value="1" label="Keyboard accelerator"/> |
| </enum> |
| +<enum name="MultiProfileTeleportWindowAction" type="int"> |
| + <int value="0" label="Drag and drop"/> |
| + <int value="1" label="Caption menu"/> |
|
Mark P
2013/10/31 18:56:27
Caption menu?
What is this?
(should I be thinking
Mr4D (OOO till 08-26)
2013/10/31 19:11:41
Done.
|
| + <int value="2" label="Return by minimize"/> |
| + <int value="3" label="Return by launcher"/> |
| +</enum> |
|
Mark P
2013/10/31 18:56:27
I thought there some something that brought up a m
Mr4D (OOO till 08-26)
2013/10/31 19:11:41
Not quite sure that I know what you mean here.
A "
|
| + |
| <enum name="NavigationScheme" type="int"> |
| <int value="0" label="(Unknown)"/> |
| <int value="1" label="http"/> |