Index: mojo/system/message_pipe.h |
diff --git a/mojo/system/message_pipe.h b/mojo/system/message_pipe.h |
index 85cce0ae3d7d01cbc01c2cfe32df907d78fcccf1..6392ab3530391c79303b29607d6b65a17ca32595 100644 |
--- a/mojo/system/message_pipe.h |
+++ b/mojo/system/message_pipe.h |
@@ -81,10 +81,11 @@ class MOJO_SYSTEM_IMPL_EXPORT MessagePipe : |
std::vector<DispatcherTransport>* transports); |
// These are used by |Channel|. |
- void Attach(unsigned port, |
+ bool Attach(unsigned port, |
scoped_refptr<Channel> channel, |
MessageInTransit::EndpointId local_id); |
void Run(unsigned port, MessageInTransit::EndpointId remote_id); |
+ void OnRemove(unsigned port); |
private: |
friend class base::RefCountedThreadSafe<MessagePipe>; |