| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index be915a08df82b9be4e991680f17a9c066617e54b..d6b3d9685f0d3f2fe719df7ef5c06bc46947b806 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -726,7 +726,7 @@ void ChildThreadImpl::OnBindExternalMojoShellHandle(
|
| mojo::ScopedMessagePipeHandle message_pipe =
|
| mojo_shell_channel_init_.Init(handle, GetIOTaskRunner());
|
| DCHECK(message_pipe.is_valid());
|
| - MojoShellConnectionImpl::CreateWithMessagePipe(message_pipe.Pass());
|
| + MojoShellConnectionImpl::Get()->BindToMessagePipe(message_pipe.Pass());
|
| #endif // defined(MOJO_SHELL_CLIENT)
|
| }
|
|
|
|
|