| Index: remoting/host/security_key/remote_security_key_main.cc
|
| diff --git a/remoting/host/security_key/remote_security_key_main.cc b/remoting/host/security_key/remote_security_key_main.cc
|
| index 1490b42f2b69a3fd1bfde8a7baaee3d7701b8f19..a84012c4f15e410b6f122d31ea54780d130860c1 100644
|
| --- a/remoting/host/security_key/remote_security_key_main.cc
|
| +++ b/remoting/host/security_key/remote_security_key_main.cc
|
| @@ -141,7 +141,9 @@ int StartRemoteSecurityKey() {
|
| #endif
|
|
|
| mojo::edk::Init();
|
| - mojo::edk::ScopedIPCSupport ipc_support(base::ThreadTaskRunnerHandle::Get());
|
| + mojo::edk::ScopedIPCSupport ipc_support(
|
| + base::ThreadTaskRunnerHandle::Get(),
|
| + mojo::edk::ScopedIPCSupport::ShutdownPolicy::FAST);
|
|
|
| base::RunLoop run_loop;
|
|
|
|
|