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

Unified Diff: content/child/runtime_features.cc

Issue 2852513002: Remove VrShell enabling of WebVR so the features can launch separately (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index ec86af9a578d3d2b71bb1ec2d732211c8dd3e9c4..73a1582d0ba79b4061582088da74995fbada22c8 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -356,12 +356,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
if (base::FeatureList::IsEnabled(features::kGenericSensor))
WebRuntimeFeatures::EnableGenericSensor(true);
- // Enable features which VrShell depends on.
- if (base::FeatureList::IsEnabled(features::kVrShell)) {
- WebRuntimeFeatures::EnableGamepadExtensions(true);
- WebRuntimeFeatures::EnableWebVR(true);
- }
-
if (base::FeatureList::IsEnabled(features::kLoadingWithMojo))
WebRuntimeFeatures::EnableLoadingWithMojo(true);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698