| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index d2c466079461342bc9855f7ef64c6cf99be68501..2666ba2c2a5b78b534bf7b09cbdacc06485924c0 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -433,7 +433,8 @@ void ChildThreadImpl::Init(const Options& options) {
|
|
|
| if (!IsInBrowserProcess()) {
|
| // Don't double-initialize IPC support in single-process mode.
|
| - mojo_ipc_support_.reset(new mojo::edk::ScopedIPCSupport(GetIOTaskRunner()));
|
| + mojo_ipc_support_.reset(new mojo::edk::ScopedIPCSupport(
|
| + GetIOTaskRunner(), mojo::edk::ScopedIPCSupport::ShutdownPolicy::FAST));
|
| InitializeMojoIPCChannel();
|
| }
|
| std::string service_request_token;
|
|
|