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

Unified Diff: content/browser/child_process_launcher_helper_win.cc

Issue 2686983003: Avoid a thread hop when initializing IPC to new processes (Closed)
Patch Set: . Created 3 years, 10 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 | « content/browser/child_process_launcher_helper_mac.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/child_process_launcher_helper_win.cc
diff --git a/content/browser/child_process_launcher_helper_win.cc b/content/browser/child_process_launcher_helper_win.cc
index 90d4bdc856f5b1a01bc55b7d9033108e2afed1cd..070a9d9503a3e062d9255b8931ad185ddc3c60ce 100644
--- a/content/browser/child_process_launcher_helper_win.cc
+++ b/content/browser/child_process_launcher_helper_win.cc
@@ -52,7 +52,9 @@ ChildProcessLauncherHelper::LaunchProcessOnLauncherThread(
const base::LaunchOptions& options,
std::unique_ptr<FileMappedForLaunch> files_to_register,
bool* is_synchronous_launch,
- int* launch_result) {
+ int* launch_result,
+ std::unique_ptr<mojo::edk::PendingProcessConnection>* pending_connection,
+ mojo::edk::ScopedPlatformHandle* server_handle) {
DCHECK_CURRENTLY_ON(BrowserThread::PROCESS_LAUNCHER);
*is_synchronous_launch = true;
if (delegate_->ShouldLaunchElevated()) {
« no previous file with comments | « content/browser/child_process_launcher_helper_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698