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