Index: mojo/system/message_pipe_endpoint.h |
diff --git a/mojo/system/message_pipe_endpoint.h b/mojo/system/message_pipe_endpoint.h |
index baf5d695be557b3b94f6485784eb92a3ed7f1316..fdea39c84f36a7a6181bb5a1434c3eeb81e16717 100644 |
--- a/mojo/system/message_pipe_endpoint.h |
+++ b/mojo/system/message_pipe_endpoint.h |
@@ -75,8 +75,6 @@ class MOJO_SYSTEM_IMPL_EXPORT MessagePipeEndpoint { |
// implementation for a local endpoint needs not override these methods, since |
// they should never be called. |
virtual void Attach(ChannelEndpoint* channel_endpoint); |
- // Returns false if the endpoint should be closed and destroyed, else true. |
- virtual bool Run(); |
virtual void OnRemove(); |
protected: |