| 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..fac1d8c73d2c93478e2bb726573c836c71b618c1 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -727,6 +727,7 @@ void ChildThreadImpl::OnBindExternalMojoShellHandle(
|
| mojo_shell_channel_init_.Init(handle, GetIOTaskRunner());
|
| DCHECK(message_pipe.is_valid());
|
| MojoShellConnectionImpl::CreateWithMessagePipe(message_pipe.Pass());
|
| + OnMojoReady();
|
| #endif // defined(MOJO_SHELL_CLIENT)
|
| }
|
|
|
|
|