| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index 2e0dc0de76619e8903ebf78c7481250372956be8..9a5f9facd2e158ca0a948e3979d490e1cd9863f0 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -422,7 +422,9 @@ void ChildThreadImpl::Init(const Options& options) {
|
| mojo::edk::CreateChildMessagePipe(pipe_token);
|
|
|
| base::ElapsedTimer timer;
|
| - MojoShellConnectionImpl::Get()->BindToMessagePipe(std::move(pipe));
|
| + MojoShellConnectionImpl::Get()->Connect(
|
| + mojo::MakeRequest<mojo::shell::mojom::ShellClientFactory>(
|
| + std::move(pipe)));
|
| UMA_HISTOGRAM_TIMES("Mojo.Shell.ChildConnectionTime", timer.Elapsed());
|
| }
|
|
|
|
|