| 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 10d47a3929071975e299e9a315f6679cdee10b41..bd41b10f52a3299103cd94c3d23bedb0473410ba 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -2072,7 +2072,9 @@ void RenderProcessHostImpl::ConnectTo(
|
| MaybeActivateMojo();
|
|
|
| mojo_application_host_->service_provider()->ConnectToService(
|
| - mojo::String::From(service_name), handle.Pass());
|
| + mojo::String::From(service_name),
|
| + std::string(),
|
| + handle.Pass());
|
| }
|
|
|
| } // namespace content
|
|
|