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 e11a6b71e91c4df9d92771e2ca33c05554537a5a..19fc6ad64a047e08c5d11fdf25806218e29f6251 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -883,6 +883,9 @@ void RenderProcessHostImpl::RegisterMojoServices() { |
mojo_application_host_->service_registry()->AddService( |
base::Bind(&PermissionServiceContext::CreateService, |
base::Unretained(permission_service_context_.get()))); |
+ |
+ GetContentClient()->browser()->OverridePerProcessMojoServices( |
+ mojo_application_host_->service_registry()); |
} |
int RenderProcessHostImpl::GetNextRoutingID() { |