Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 96b852964ae67fbca51d8a9efdb302a212c08333..ce55ecf712ec54ffeabfa8e8412e53cf428001b7 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -21289,6 +21289,16 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <summary>The frequency of ways that new user profiles are added.</summary> |
| </histogram> |
| +<histogram name="Profile.AndroidAccountManagementMenu" |
| + enum="ProfileAndroidAccountManagementMenu"> |
| + <owner>mlerman@chromium.org</owner> |
|
Ilya Sherman
2014/06/03 01:09:53
Hmm, how come you've listed Mike as owner, but not
aruslan
2014/06/03 01:17:45
Done.
|
| + <summary> |
| + Track user interactions that can be performed in the Android account |
| + management menu. The origin of the action, whether the an interaction in the |
| + content area or some other source, is noted in the histogram suffix. |
|
Ilya Sherman
2014/06/03 01:09:53
The second sentence has a few typos. However, you
aruslan
2014/06/03 01:17:45
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Profile.AppCount"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <summary>The number of installed apps when a profile is opened.</summary> |
| @@ -41176,6 +41186,33 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <int value="3" label="Add new user from the User Manager"/> |
| </enum> |
| +<enum name="ProfileAndroidAccountManagementMenu" type="int"> |
| + <int value="0" label="Opened Menu"> |
| + User arrived to the Account management screen. |
|
Ilya Sherman
2014/06/03 01:09:53
nit: "arrived to" -> "arrived at"
aruslan
2014/06/03 01:17:45
Done.
|
| + </int> |
| + <int value="1" label="Add Account"> |
| + User arrived to the Account management screen, and clicked Add account. |
| + </int> |
| + <int value="2" label="Go Incognito"> |
| + User arrived to the Account management screen, and clicked Go incognito. |
| + </int> |
| + <int value="3" label="Primary Account"> |
| + User arrived to the Account management screen, and clicked on primary. |
| + </int> |
| + <int value="4" label="Secondary Account"> |
| + User arrived to the Account management screen, and clicked on secondary. |
| + </int> |
| + <int value="5" label="Toggled Signout"> |
| + User arrived to the Account management screen, toggled Chrome signout. |
| + </int> |
| + <int value="6" label="Confirm Signout"> |
| + User toggled Chrome signout, and clicked Signout. |
| + </int> |
| + <int value="7" label="Cancel Signout"> |
| + User toggled Chrome signout, and clicked Cancel. |
| + </int> |
| +</enum> |
| + |
| <enum name="ProfileAuth" type="int"> |
| <int value="0" label="Authentication was unnecessary (profile not locked)"/> |
| <int value="1" label="Authentication performed using local credentials"/> |
| @@ -46748,6 +46785,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.AndroidAccountManagementMenu" 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.AndroidAccountManagementMenu"/> |
| +</histogram_suffixes> |
| + |
| <histogram_suffixes name="Profile.DesktopMenu" separator="."> |
| <suffix name="NonGAIA" label="Interaction was not initiated from GAIA"/> |
| <suffix name="GAIASignout" |