Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 93fbf671ef5846458af10e83e452f9fafe20354b..0d2aa01471a48c3b579692eeee1ac8f743cfbc2d 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -44863,6 +44863,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <owner>pthammaiah@google.com</owner> |
| </histogram> |
| +<histogram name="Touchscreen.TouchEventsEnabled" enum="TouchEventsState"> |
| + <owner>rbyers@chromium.org</owner> |
| + <summary> |
| + NOTE: This metric was incorrectly recorded on ChromeOS for versions 42 |
| + through 44, see http://crbug.com/499476 for more details. Tracks whether |
|
Ilya Sherman
2015/06/25 20:31:47
nit: Please move the note to a <details> section.
bruthig
2015/06/25 22:36:25
Done.
|
| + touch events are enabled. This is based on the touch events enabled flag and |
| + the presence of a touchscreen. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Tracing.Background.FinalizingTraceSizeInKB" units="KB"> |
| <owner>oysteine@chromium.org</owner> |
| <summary> |
| @@ -67659,6 +67669,13 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <int value="1" label="Renegotiation patched"/> |
| </enum> |
| +<enum name="TouchEventsState" type="int"> |
| + <int value="0" label="Enabled"/> |
| + <int value="1" label="Automatic - enabled"/> |
| + <int value="2" label="Automatic - disabled"/> |
| + <int value="3" label="Disabled"/> |
| +</enum> |
| + |
| <enum name="TouchpadDeviceState" type="int"> |
| <int value="0" label="NO_TP_PRESENT_NO_TP_EXPECTED"> |
| No touchpad detected on a device without built-in touchpad |