| 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 e7c22bba7fc52bc22cd93d5a6856564eee64f82d..0e6c33e2222c854976bdbee36ef4b6563df536e1 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() {
|
|
|