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

Unified Diff: remoting/host/remoting_me2me_host.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/desktop_process_main.cc ('k') | remoting/host/security_key/remote_security_key_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « remoting/host/desktop_process_main.cc ('k') | remoting/host/security_key/remote_security_key_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698