Index: mojo/edk/system/core.h |
diff --git a/mojo/edk/system/core.h b/mojo/edk/system/core.h |
index db2e8cfdaa66dcf1483d8bb45bc2ac676f8ee219..7e72e5da671bc7326b07b0ba1177a22c60942ebc 100644 |
--- a/mojo/edk/system/core.h |
+++ b/mojo/edk/system/core.h |
@@ -56,7 +56,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Core { |
// Called in the parent process any time a new child is launched. |
void AddChild(base::ProcessHandle process_handle, |
- ScopedPlatformHandle platform_handle, |
+ ConnectionParam connection_param, |
const std::string& child_token, |
const ProcessErrorCallback& process_error_callback); |
@@ -72,7 +72,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Core { |
void ClosePeerConnection(const std::string& peer_token); |
// Called in a child process exactly once during early initialization. |
- void InitChild(ScopedPlatformHandle platform_handle); |
+ void InitChild(ConnectionParam connection_param); |
// Creates a message pipe endpoint associated with |token|, which a child |
// holding the token can later locate and connect to. |