Index: net/socket/stream_socket.h |
diff --git a/net/socket/stream_socket.h b/net/socket/stream_socket.h |
index 60a057dd80d724b897d6e477b6a7aa99ff6ecbf1..9193389668ba1ecaee9f66b80e2aeccd49c1ba7d 100644 |
--- a/net/socket/stream_socket.h |
+++ b/net/socket/stream_socket.h |
@@ -56,7 +56,6 @@ class NET_EXPORT_PRIVATE StreamSocket : public Socket { |
// Copies the peer address to |address| and returns a network error code. |
// ERR_SOCKET_NOT_CONNECTED will be returned if the socket is not connected. |
- // TODO(sergeyu): Use IPEndPoint instead of AddressList. |
virtual int GetPeerAddress(IPEndPoint* address) const = 0; |
// Copies the local address to |address| and returns a network error code. |