Index: trunk/src/content/browser/renderer_host/render_process_host_impl.cc |
=================================================================== |
--- trunk/src/content/browser/renderer_host/render_process_host_impl.cc (revision 272983) |
+++ trunk/src/content/browser/renderer_host/render_process_host_impl.cc (working copy) |
@@ -2074,8 +2074,8 @@ |
MaybeActivateMojo(); |
mojo::AllocationScope scope; |
- mojo_application_host_->service_provider()->ConnectToService(service_name, |
- handle.Pass()); |
+ mojo_application_host_->shell_client()->AcceptConnection(service_name, |
+ handle.Pass()); |
} |
} // namespace content |