Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 19519a5cbb88a96c4349a6ee3c3d328dff06ba2c..001a67b8f312ea5baa68a946e5650927ea3f8221 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -44950,6 +44950,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="Tracing.Background.FinalizingTraceSizeInKB" units="KB"> |
<owner>oysteine@chromium.org</owner> |
<summary> |
@@ -68197,6 +68209,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 |