Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index db5ea5d7a4f71b2d7cb1e95f9a9fff93aee979b7..456f8b4af38d7a3abd11812b5297d73f48d33f1d 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1299,6 +1299,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnableWebBluetooth, |
switches::kEnableWebGLDraftExtensions, |
switches::kEnableWebGLImageChromium, |
+ switches::kEnableWebVR, |
switches::kExplicitlyAllowedPorts, |
switches::kForceDeviceScaleFactor, |
switches::kForceDisplayList2dCanvas, |