| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 96b852964ae67fbca51d8a9efdb302a212c08333..db49a7e996935cf439f71e35f371d3c19d9a4450 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>
|
| + <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.
|
| + </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.
|
| + </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 clicks Signout.
|
| + </int>
|
| + <int value="7" label="Cancel Signout">
|
| + User toggled Chrome signout, and clicks 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"
|
|
|