| Index: remoting/host/daemon_process_win.cc
|
| diff --git a/remoting/host/daemon_process_win.cc b/remoting/host/daemon_process_win.cc
|
| index 1d0649b873732f46e57c9a464e0faac1454a8b28..ee6a99ae4f7c970f6c04a48bd1943658fd6cd097 100644
|
| --- a/remoting/host/daemon_process_win.cc
|
| +++ b/remoting/host/daemon_process_win.cc
|
| @@ -128,7 +128,8 @@ DaemonProcessWin::DaemonProcessWin(
|
| scoped_refptr<AutoThreadTaskRunner> io_task_runner,
|
| const base::Closure& stopped_callback)
|
| : DaemonProcess(caller_task_runner, io_task_runner, stopped_callback),
|
| - ipc_support_(io_task_runner->task_runner()) {}
|
| + ipc_support_(io_task_runner->task_runner(),
|
| + mojo::edk::ScopedIPCSupport::ShutdownPolicy::FAST) {}
|
|
|
| DaemonProcessWin::~DaemonProcessWin() {
|
| }
|
|
|