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 16e89ef367050c8467f2e46a5e5606bd5fa29da3..e0eb30425158bd0c76721eae1246de5f598f380f 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.cc |
+++ b/content/browser/frame_host/render_frame_host_impl.cc |
@@ -1629,6 +1629,9 @@ void RenderFrameHostImpl::RegisterMojoServices() { |
base::Bind(&VRDeviceManager::BindRequest)); |
} |
#endif |
+ |
+ GetContentClient()->browser()->RegisterRenderFrameMojoServices( |
+ GetServiceRegistry(), this); |
} |
void RenderFrameHostImpl::SetState(RenderFrameHostImplState rfh_state) { |