Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 86071992c1731eab7bf35a0ae8a3aa691548f114..0e89bfac3dccc9950e394f1e9f034b7114836490 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -45476,6 +45476,18 @@ 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> |
+ Tracks whether touch events are enabled. This is based on the touch events |
+ enabled flag and the presence of a touchscreen. |
+ </summary> |
+ <details> |
+ NOTE: This metric was incorrectly recorded on ChromeOS for versions 42 |
+ through 44, see http://crbug.com/499476 for more details. |
+ </details> |
+</histogram> |
+ |
<histogram name="TPM.EarlyResetDuringCommand" units="count"> |
<owner>semenzato@google.com</owner> |
<summary> |
@@ -69054,6 +69066,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 |