Index: mojo/system/channel_endpoint.h |
diff --git a/mojo/system/channel_endpoint.h b/mojo/system/channel_endpoint.h |
index 593ab5597f11bb8d00d9a13446b29d8150ca33ac..7d85b8e35e80cf7c057170387182dc25660a8e34 100644 |
--- a/mojo/system/channel_endpoint.h |
+++ b/mojo/system/channel_endpoint.h |
@@ -110,11 +110,6 @@ class MOJO_SYSTEM_IMPL_EXPORT ChannelEndpoint |
: public base::RefCountedThreadSafe<ChannelEndpoint> { |
public: |
// TODO(vtl): More comments.... |
- // The caller must keep |channel| alive until the |Channel| has taken |
- // ownership of a reference to the created object. (TODO(vtl): Convert |
- // |Channel::AttachMessagePipeEndpoint()| to a |Channel::AttachEndpoint()| |
- // that takes a |ChannelEndpoint|, and move |ChannelEndpoint| creation out of |
- // |Channel|.) |
ChannelEndpoint(MessagePipe* message_pipe, unsigned port); |
// Methods called by |MessagePipe| (via |ProxyMessagePipeEndpoint|): |