| Index: mojo/edk/system/broker_state.h
|
| diff --git a/mojo/edk/system/broker_state.h b/mojo/edk/system/broker_state.h
|
| index 0b017e8ea387c6d1dfe68f87224b0a6df1a75fe2..497a2b8c0656ab16b8e0461b6d08fb242d2b25c0 100644
|
| --- a/mojo/edk/system/broker_state.h
|
| +++ b/mojo/edk/system/broker_state.h
|
| @@ -67,6 +67,11 @@ class MOJO_SYSTEM_IMPL_EXPORT BrokerState : NON_EXPORTED_BASE(public Broker) {
|
| // Called on the IO thread.
|
| void ChannelDestructed(RoutedRawChannel* channel);
|
|
|
| + // Helper method to connect the given MessagePipe to the channel.
|
| + void AttachMessagePipe(MessagePipeDispatcher* message_pipe,
|
| + uint64_t pipe_id,
|
| + RoutedRawChannel* raw_channel);
|
| +
|
| #if defined(OS_WIN)
|
| // Used in the parent (unsandboxed) process to hold a mapping between HANDLES
|
| // and tokens. When a child process wants to send a HANDLE to another process,
|
|
|