| Index: content/browser/mojo/mojo_shell_context.cc
|
| diff --git a/content/browser/mojo/mojo_shell_context.cc b/content/browser/mojo/mojo_shell_context.cc
|
| index 883b041432c03e50939d56c27d9cfb600ae3a9e1..4a2a9f305aaedf5303723c71cfa35f26cf0d0265 100644
|
| --- a/content/browser/mojo/mojo_shell_context.cc
|
| +++ b/content/browser/mojo/mojo_shell_context.cc
|
| @@ -174,7 +174,7 @@ void MojoShellContext::ConnectToApplicationOnOwnThread(
|
| mojo::URLRequestPtr url_request = mojo::URLRequest::New();
|
| url_request->url = mojo::String::From(url);
|
| application_manager_->ConnectToApplication(
|
| - url_request.Pass(), requestor_url, request.Pass(),
|
| + url_request.Pass(), std::string(), requestor_url, request.Pass(),
|
| exposed_services.Pass(), base::Bind(&base::DoNothing));
|
| }
|
|
|
|
|