| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index aca4bc9d03514abd0c8b559c9220f375925169ea..abda26939b3245542a784e5225c3bbb552acd8b3 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -470,7 +470,8 @@ bool HostProcess::InitWithCommandLine(const base::CommandLine* cmd_line) {
|
| // AutoThreadTaskRunner should not be passed to it. Otherwise, the process may
|
| // never shut down cleanly.
|
| ipc_support_ = base::MakeUnique<mojo::edk::ScopedIPCSupport>(
|
| - context_->network_task_runner()->task_runner());
|
| + context_->network_task_runner()->task_runner(),
|
| + mojo::edk::ScopedIPCSupport::ShutdownPolicy::FAST);
|
| mojo::edk::SetParentPipeHandle(
|
| mojo::edk::PlatformChannelPair::PassClientHandleFromParentProcess(
|
| *cmd_line));
|
|
|