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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2547373002: Rename TouchEventAPI to TouchEventFeatureDetection (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into rename 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
« no previous file with comments | « third_party/WebKit/public/web/WebRuntimeFeatures.h ('k') | ui/events/event_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 40766c3a99f44b89ca86f7ae3e17ce503d74397c..d8a7de7c162ac23d413f6fece685d80b2eebb94c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -67610,15 +67610,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 of
+ 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>
@@ -104468,7 +104472,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"/>
« no previous file with comments | « third_party/WebKit/public/web/WebRuntimeFeatures.h ('k') | ui/events/event_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698