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

Unified Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in

Issue 2385123005: Enable WebVR origin trial experiments. (Closed)
Patch Set: Update ConditionalFeaturesForModules.cpp Created 4 years, 2 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:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
index 61309cc3eb33afe50f6060a6f39bd8e243bd98b2..c62a2058f583b12d0229fa020f59600dc3663d26 100644
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
@@ -101,7 +101,7 @@ ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch
FramebustingNeedsSameOriginOrUserGesture status=stable
FullscreenUnprefixed status=test
FrameTimingSupport status=experimental
-GamepadExtensions
+GamepadExtensions implied_by=WebVR
iclelland 2016/10/05 21:55:57 You can add origin_trial_feature_name=WebVR here,
amp 2016/10/05 22:04:43 That sounds great. Will I need to update the idl'
chasej 2016/10/05 22:46:47 You will need to update the IDLs for the GamepadEx
GeometryInterfaces status=experimental, implied_by=CompositorWorker
GetUserMedia status=stable
GlobalCacheStorage status=stable
@@ -243,7 +243,7 @@ WebBluetooth origin_trial_feature_name=WebBluetooth
WebGLDraftExtensions status=experimental
WebGLImageChromium
WebUSB status=experimental, origin_trial_feature_name=WebUSB
-WebVR
+WebVR origin_trial_feature_name=WebVR
WebVTTRegions status=experimental
V8BasedStructuredClone
V8IdleTasks

Powered by Google App Engine
This is Rietveld 408576698