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

Unified Diff: content/browser/child_process_launcher.h

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 | « no previous file | content/browser/child_process_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/child_process_launcher.h
diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
index 0ff1baa9eb04c0170d7d9f5e2eb97bad3dfb16bb..b406844abba149a545575fa2ac22f0a5a8fe8cec 100644
--- a/content/browser/child_process_launcher.h
+++ b/content/browser/child_process_launcher.h
@@ -133,7 +133,6 @@ class CONTENT_EXPORT ChildProcessLauncher : public base::NonThreadSafe {
// Notifies the client about the result of the operation.
void Notify(internal::ChildProcessLauncherHelper::Process process,
- mojo::edk::ScopedPlatformHandle server_handle,
int error_code);
Client* client_;
@@ -146,7 +145,6 @@ class CONTENT_EXPORT ChildProcessLauncher : public base::NonThreadSafe {
base::TerminationStatus termination_status_;
int exit_code_;
bool starting_;
- std::unique_ptr<mojo::edk::PendingProcessConnection> pending_connection_;
const mojo::edk::ProcessErrorCallback process_error_callback_;
// Controls whether the child process should be terminated on browser
« no previous file with comments | « no previous file | content/browser/child_process_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698