Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 44031fe11719c572a211ecc534f1338a6ec4b07c..a622dc6a7e227b24ed05e74591a24d035cd30845 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -21086,6 +21086,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="Profile.DesktopMenu" enum="ProfileDesktopMenu"> |
| + <owner>mlerman@chromium.org</owner> |
| + <summary> |
| + Track user interactions that can be performed in the user menu and user |
| + manager. Whether the interaction began from the content area or the avatar |
| + button is noted in the histogram suffix. |
|
Alexei Svitkine (slow)
2014/05/26 17:59:40
Please update the comment, since suffixes have bee
Mike Lerman
2014/05/27 13:24:46
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Profile.ExtensionSize" units="MB"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <summary>Size of the extension cookies database.</summary> |
| @@ -40738,6 +40747,18 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <int value="4" label="Canceled"/> |
| </enum> |
| +<enum name="ProfileDesktopMenu" type="int"> |
| + <int value="0" label="Locked In Menu from Button"> |
| + User opened the user menu, and clicked lock. |
| + </int> |
| + <int value="1" label="Remove Account in Menu from Button."> |
| + User opened the user menu, and removed an account. |
| + </int> |
| + <int value="2" label="Add Account in Menu from Button"> |
| + User opened the user menu, and started adding an account. |
| + </int> |
| +</enum> |
| + |
| <enum name="ProfileErrorType" type="int"> |
| <int value="0" label="History error"/> |
| <int value="1" label="Preferences error"/> |
| @@ -46243,6 +46264,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.DesktopMenu" 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.DesktopMenu"/> |
| +</histogram_suffixes> |
| + |
| <histogram_suffixes name="ProfilePictureDownload" separator="."> |
| <suffix name="Default.OOBE" label="default picture, in OOBE"/> |
| <suffix name="Default.LoggedIn" label="default picture, after login"/> |