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

Unified Diff: mojo/edk/embedder/embedder.h

Issue 2015843002: [mojo-edk] Remove ChildProcessLaunched that returns a pipe handle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another fix. Created 4 years, 7 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 | « components/arc/arc_bridge_bootstrap.cc ('k') | mojo/edk/embedder/embedder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/embedder.h
diff --git a/mojo/edk/embedder/embedder.h b/mojo/edk/embedder/embedder.h
index edb6c3212de2ffd0f1be43ba25e7c41904723f14..2f27bb2bc0fa7834f240ca1b313f6df002c2a82d 100644
--- a/mojo/edk/embedder/embedder.h
+++ b/mojo/edk/embedder/embedder.h
@@ -38,13 +38,7 @@ class ProcessDelegate;
// Allows changing the default max message size. Must be called before Init.
MOJO_SYSTEM_IMPL_EXPORT void SetMaxMessageSize(size_t bytes);
-// Called in the parent process for each child process that is launched. The
-// returned handle must be sent to the child process which then calls
-// SetParentPipeHandle.
-MOJO_SYSTEM_IMPL_EXPORT ScopedPlatformHandle ChildProcessLaunched(
- base::ProcessHandle child_process);
-// Like above, except used when the embedder establishes the pipe between the
-// parent and child processes itself.
+// Called in the parent process for each child process that is launched.
MOJO_SYSTEM_IMPL_EXPORT void ChildProcessLaunched(
base::ProcessHandle child_process, ScopedPlatformHandle server_pipe);
« no previous file with comments | « components/arc/arc_bridge_bootstrap.cc ('k') | mojo/edk/embedder/embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698