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

Unified Diff: remoting/host/desktop_process_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
« no previous file with comments | « remoting/host/daemon_process_win.cc ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_process_main.cc
diff --git a/remoting/host/desktop_process_main.cc b/remoting/host/desktop_process_main.cc
index 05743efd0a1851d67c1d7a8bfae2898e0cef7aec..e5b98fcd57ea8dea0acf72cb2db11f23b2a91712 100644
--- a/remoting/host/desktop_process_main.cc
+++ b/remoting/host/desktop_process_main.cc
@@ -52,7 +52,9 @@ int DesktopProcessMain() {
AutoThread::CreateWithType("I/O thread", ui_task_runner,
base::MessageLoop::TYPE_IO);
- mojo::edk::ScopedIPCSupport ipc_support(io_task_runner->task_runner());
+ mojo::edk::ScopedIPCSupport ipc_support(
+ io_task_runner->task_runner(),
+ mojo::edk::ScopedIPCSupport::ShutdownPolicy::FAST);
mojo::edk::ScopedPlatformHandle parent_pipe =
mojo::edk::PlatformChannelPair::PassClientHandleFromParentProcess(
*command_line);
« no previous file with comments | « remoting/host/daemon_process_win.cc ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698