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

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

Issue 2420743003: mojo VR interface simplified (Closed)
Patch Set: Address dcheng@ comments and adding some TODOs Created 4 years, 1 month 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 d9327b01b394d38379f1426313c482be02f553c7..207aac78de61e19ae866f598287a273dc748f8c7 100644
--- a/content/browser/frame_host/render_frame_host_impl.cc
+++ b/content/browser/frame_host/render_frame_host_impl.cc
@@ -2207,7 +2207,7 @@ void RenderFrameHostImpl::RegisterMojoInterfaces() {
routing_id_));
#if defined(ENABLE_WEBVR)
- GetInterfaceRegistry()->AddInterface<device::VRService>(
+ GetInterfaceRegistry()->AddInterface<device::mojom::VRService>(
base::Bind(&device::VRServiceImpl::BindRequest));
#endif
if (base::FeatureList::IsEnabled(features::kGenericSensor)) {
« no previous file with comments | « no previous file | content/public/app/mojo/content_browser_manifest.json » ('j') | device/vr/android/gvr/gvr_device.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698