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

Unified Diff: remoting/host/win/unprivileged_process_delegate.cc

Issue 2738853002: Connections now take a ConnectionParams instead of a pipe handle. (Closed)
Patch Set: Fix Win release build. Created 3 years, 9 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 | « mojo/edk/test/multiprocess_test_helper.cc ('k') | remoting/host/win/wts_session_process_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/unprivileged_process_delegate.cc
diff --git a/remoting/host/win/unprivileged_process_delegate.cc b/remoting/host/win/unprivileged_process_delegate.cc
index 5c0a6b54d8703ca351b8c0460b605d9605b3a1e7..265eb33ff2740af6aaccc47536745aeff2e264fa 100644
--- a/remoting/host/win/unprivileged_process_delegate.cc
+++ b/remoting/host/win/unprivileged_process_delegate.cc
@@ -311,7 +311,8 @@ void UnprivilegedProcessDelegate::LaunchProcess(
ReportFatalError();
return;
}
- process.Connect(worker_process.Get(), mojo_channel.PassServerHandle());
+ process.Connect(worker_process.Get(),
+ mojo::edk::ConnectionParams(mojo_channel.PassServerHandle()));
channel_ = std::move(server);
« no previous file with comments | « mojo/edk/test/multiprocess_test_helper.cc ('k') | remoting/host/win/wts_session_process_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698