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

Unified Diff: content/browser/frame_host/render_frame_host_impl.cc

Issue 1198513003: Revert "Adding Chrome-side WebVR interface and Cardboard implementation" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 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: content/browser/frame_host/render_frame_host_impl.cc
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
index 11ae65a91dcf7a19fca0567e728cee7a8ee16f11..74ac16482b7f13982951b71ecd2d24c9682da582 100644
--- a/content/browser/frame_host/render_frame_host_impl.cc
+++ b/content/browser/frame_host/render_frame_host_impl.cc
@@ -81,10 +81,6 @@
#include "media/mojo/services/mojo_renderer_service.h"
#endif
-#if defined(ENABLE_WEBVR)
-#include "content/browser/vr/vr_device_manager.h"
-#endif
-
using base::TimeDelta;
namespace content {
@@ -1583,16 +1579,6 @@ void RenderFrameHostImpl::RegisterMojoServices() {
GetServiceRegistry()->AddService<mojo::Shell>(base::Bind(
&FrameMojoShell::BindRequest, base::Unretained(frame_mojo_shell_.get())));
-#if defined(ENABLE_WEBVR)
- const base::CommandLine& browser_command_line =
- *base::CommandLine::ForCurrentProcess();
-
- if (browser_command_line.HasSwitch(switches::kEnableWebVR)) {
- GetServiceRegistry()->AddService<VRService>(
- base::Bind(&VRDeviceManager::BindRequest));
- }
-#endif
-
GetContentClient()->browser()->OverrideRenderFrameMojoServices(
GetServiceRegistry(), this);
}
« no previous file with comments | « content/browser/android/browser_jni_registrar.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698