Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1182303005: Fixed the Touchscreen.TouchEventsEnabled histogram to record the correct values on X11 and Ozone ba… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added logging.h include to device_data_manager_test_api_stub.cc. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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
« no previous file with comments | « content/browser/media/capture/web_contents_video_capture_device_unittest.cc ('k') | ui/aura/test/test_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698