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

Unified Diff: mojo/edk/system/core.h

Issue 2596363002: [mojo] Delete RemoteMessagePipeBootstrap (Closed)
Patch Set: rebased 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 | « mojo/edk/system/BUILD.gn ('k') | mojo/edk/system/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/core.h
diff --git a/mojo/edk/system/core.h b/mojo/edk/system/core.h
index 21b44b1a69f45ff0505e36b10220b3e57de42aeb..db2e8cfdaa66dcf1483d8bb45bc2ac676f8ee219 100644
--- a/mojo/edk/system/core.h
+++ b/mojo/edk/system/core.h
@@ -74,12 +74,6 @@ class MOJO_SYSTEM_IMPL_EXPORT Core {
// Called in a child process exactly once during early initialization.
void InitChild(ScopedPlatformHandle platform_handle);
- // Creates a message pipe endpoint connected to an endpoint in a remote
- // embedder. |platform_handle| is used as a channel to negotiate the
- // connection.
- ScopedMessagePipeHandle CreateMessagePipe(
- ScopedPlatformHandle platform_handle);
-
// Creates a message pipe endpoint associated with |token|, which a child
// holding the token can later locate and connect to.
ScopedMessagePipeHandle CreateParentMessagePipe(
« no previous file with comments | « mojo/edk/system/BUILD.gn ('k') | mojo/edk/system/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698