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

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

Issue 2747803005: Add UseCounters to evaluate usage and risk with upcoming WebVR spec changes. (Closed)
Patch Set: rebase 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 cedb21adf3f309a81938b89eeb221861b18f735c..4bc79fb5e9e46f4e952826528398347982d477f1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -93348,6 +93348,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