| Index: mojo/edk/system/channel_endpoint.h
|
| diff --git a/mojo/edk/system/channel_endpoint.h b/mojo/edk/system/channel_endpoint.h
|
| index 5953ce58ee9681134226afc7a28fd88b0f2ed900..5650c2ff3bf980536667b7e83c8d9e23f20aee9a 100644
|
| --- a/mojo/edk/system/channel_endpoint.h
|
| +++ b/mojo/edk/system/channel_endpoint.h
|
| @@ -131,6 +131,10 @@
|
|
|
| // Methods called by |Channel|:
|
|
|
| + // TODO(vtl): Remove these once we've switched over to |AttachAndRun()|.
|
| + void AttachToChannel(Channel* channel, ChannelEndpointId local_id);
|
| + void Run(ChannelEndpointId remote_id);
|
| +
|
| // Called by |Channel| when it takes a reference to this object. It will send
|
| // all queue messages (in |paused_message_queue_|).
|
| // TODO(vtl): Maybe rename this "OnAttach"?
|
|
|