| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index b2eab3d409c32612aeeb53a41df94422f6eea5a8..7f5e6003f68a3358091cf20ea8bb1a5925f6ef28 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -12714,6 +12714,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Event.DownEventCount.PerFormFactor" enum="DownEventFormFactor">
|
| + <owner>xiaoyinh@chromium.org</owner>
|
| + <summary>
|
| + Counts the number of down events generated by clamshell/touchview.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Event.DownEventCount.PerInput" enum="DownEventSource">
|
| + <owner>xiaoyinh@chromium.org</owner>
|
| + <summary>
|
| + Counts the number of down events generated by Mouse/Touch/Stylus.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Event.DragDrop.Cancel" enum="DragDropEventSource">
|
| <owner>mfomitchev@chromium.org</owner>
|
| <summary>
|
| @@ -73945,6 +73959,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <int value="2" label="GET_NON_CACHABLE"/>
|
| </enum>
|
|
|
| +<enum name="DownEventFormFactor" type="int">
|
| + <int value="0" label="Clamshell"/>
|
| + <int value="1" label="Touchview"/>
|
| +</enum>
|
| +
|
| +<enum name="DownEventSource" type="int">
|
| + <int value="0" label="Unknown"/>
|
| + <int value="1" label="Mouse"/>
|
| + <int value="2" label="Stylus"/>
|
| + <int value="3" label="Touch"/>
|
| +</enum>
|
| +
|
| <enum name="DownloadContentDisposition" type="int">
|
| <int value="0" label="Content-Disposition header present"/>
|
| <int value="1" label="Valid"/>
|
|
|