Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Unified Diff: remoting/host/security_key/remote_security_key_main.cc

Issue 2620633004: Remove mojo::edk::test::ScopedIPCSupport (Closed)
Patch Set: . Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/host/security_key/security_key_auth_handler_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698