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

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

Issue 2754783004: Add UseCounters to evaluate usage and risk with upcoming WebVR spec changes. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRPose.idl ('k') | no next file » | 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 cf30af811fa518c59e507ba2f3871c387de35792..6db4268ca6e857e5baf70277434ac632bac71c9b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -92942,6 +92942,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1855" label="HTMLMediaElementControlsListNoFullscreen"/>
<int value="1856" label="HTMLMediaElementControlsListNoRemotePlayback"/>
<int value="1857" label="PointerEventClickRetargetCausedByCapture"/>
+ <int value="1858" label="VRDisplayIsConnected"/>
+ <int value="1859" label="VRDisplayResetPose"/>
+ <int value="1860" label="VRDisplayCapabilitiesHasOrientation"/>
+ <int value="1861" label="VRDisplayDisplayName"/>
+ <int value="1862" label="VREyeParametersOffset"/>
+ <int value="1863" label="VRPoseLinearVelocity"/>
+ <int value="1864" label="VRPoseLinearAcceleration"/>
+ <int value="1865" label="VRPoseAngularVelocity"/>
+ <int value="1866" label="VRPoseAngularAcceleration"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRPose.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698