Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index b67c2b49be90fcdf21103032acfb2e0f6c854ad7..1d11dec83ce09c899ecc22dbae361983b5c5463f 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -67409,15 +67409,19 @@ 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"> |
+<histogram name="Touchscreen.TouchEventsEnabled" |
+ enum="TouchEventFeatureDetectionState"> |
<owner>rbyers@chromium.org</owner> |
<summary> |
- Tracks whether Touch Events API is enabled. This is based on the touch |
- events enabled flag and the presence of a touchscreen. |
+ Tracks whether Touch Event Feature Detection 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 |
- through 45, see http://crbug.com/499476 for more details. |
+ through 45, see http://crbug.com/499476 for more details. As |
Ilya Sherman
2016/12/06 21:55:52
nit: Should this say "As of"?
sunyunjia
2016/12/07 18:24:25
Done.
|
+ http://crbug.com/644318, we changed the internal name to |
+ TouchEventFeatureDetection, but we still keep the old histogram name here to |
+ keep consistensy. |
</details> |
</histogram> |
@@ -104195,7 +104199,7 @@ value. |
<int value="1" label="Handled touch events"/> |
</enum> |
-<enum name="TouchEventsState" type="int"> |
+<enum name="TouchEventFeatureDetectionState" type="int"> |
<int value="0" label="Enabled"/> |
<int value="1" label="Automatic - enabled"/> |
<int value="2" label="Automatic - disabled"/> |