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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2531413002: Reset the default value of touch event flag back to "Auto". (Closed)
Patch Set: Keep firing dom events. Created 4 years 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 41da607a2a839b3ac49e765536be5bbe99f622d7..50ccef142c1df83abaad05bfb75c88c54b93c564 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -67087,8 +67087,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<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.
+ Tracks whether Touch Events API is 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
@@ -103697,8 +103697,8 @@ value.
<enum name="TouchEventsState" type="int">
<int value="0" label="Enabled"/>
- <int value="1" label="Automatic - enabled (deprecated)"/>
- <int value="2" label="Automatic - disabled (deprecated)"/>
+ <int value="1" label="Automatic - enabled"/>
+ <int value="2" label="Automatic - disabled"/>
<int value="3" label="Disabled"/>
</enum>

Powered by Google App Engine
This is Rietveld 408576698