| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 8bc6e1103e5731a429d23ba6c39dbbbf10f5b410..5ea2bc74fcdae76745abdd6a7d1887403e59f166 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -43263,6 +43263,31 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <summary>TBD</summary>
|
| </histogram>
|
|
|
| +<histogram name="ValidateMenuItemInvalidIndexIsGuest" enum="Boolean">
|
| + <owner>anthonyvd@chromium.org</owner>
|
| + <summary>
|
| + Whether the active profile is a guest profile when validateMenuItem in the
|
| + ProfileMenuController gets an invalid value for the current profile's index.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="ValidateMenuItemInvalidIndexProfileCount">
|
| + <owner>anthonyvd@chromium.org</owner>
|
| + <summary>
|
| + The count of profiles in the avatar menu when validateMenuItem in the
|
| + ProfileMenuController gets an invalid value for the current profile's index.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="ValidateMenuItemInvalidIndexSelector"
|
| + enum="ValidateMenuItemSelectorType">
|
| + <owner>anthonyvd@chromium.org</owner>
|
| + <summary>
|
| + The selector associated with the menu item when validateMenuItem in the
|
| + ProfileMenuController gets an invalid value for the current profile's index.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Variations.DisabledNoEntropyProvider" enum="BooleanHit">
|
| <obsolete>
|
| Deprecated 1/2013. No longer tracked.
|
| @@ -63264,6 +63289,14 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <int value="6" label="CHECKSUM_MISMATCH">Reject due to checksum mismatch</int>
|
| </enum>
|
|
|
| +<enum name="ValidateMenuItemSelectorType" type="int">
|
| + <int value="0" label="Unknown"/>
|
| + <int value="1" label="newProfile"/>
|
| + <int value="2" label="editProfile"/>
|
| + <int value="3" label="switchToProfileFromMenu"/>
|
| + <int value="4" label="switchToProfileFromMenu"/>
|
| +</enum>
|
| +
|
| <enum name="ValidationFailures" type="int">
|
| <int value="0" label="DBus"/>
|
| <int value="1" label="Load Key"/>
|
|
|