| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 839fb34b648dea0dfcc9f052fb3026387d70cf30..8c4dd5d3fbad600ee0b008e7c1e6a0e2892d2f2b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -12976,6 +12976,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Time to request a timestamp from the X server.</summary>
|
| </histogram>
|
|
|
| +<histogram name="Event.PassiveForcedEventDispatchCancelled"
|
| + enum="PassiveForcedListenerResultType">
|
| + <owner>dtapuska@chromium.org</owner>
|
| + <summary>
|
| + Counts the number of event listener invocations that were forced to be
|
| + passive due to interventions and whether the invocation of the listener
|
| + called prevent default or not.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Event.PassiveListeners" enum="EventResultType">
|
| <owner>dtapuska@chromium.org</owner>
|
| <summary>
|
| @@ -85223,6 +85233,11 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <int value="3" label="Cookie contains both control chars and is invalid"/>
|
| </enum>
|
|
|
| +<enum name="PassiveForcedListenerResultType" type="int">
|
| + <int value="0" label="PreventDefaultNotCalled"/>
|
| + <int value="1" label="DocumentLevelTouchPreventDefaultCalled"/>
|
| +</enum>
|
| +
|
| <enum name="PasswordBubbleDisplayDisposition" type="int">
|
| <int value="0" label="Opened automatically / Offering a password to save"/>
|
| <int value="1" label="Opened manually / Offering a password to save"/>
|
|
|