Index: net/socket/stream_listen_socket.h |
diff --git a/net/socket/stream_listen_socket.h b/net/socket/stream_listen_socket.h |
index 3c9b984ed76c5ff50f057ce8d61721f483e1dc46..90b54500ace17f2f28631f3fa8449e644564f298 100644 |
--- a/net/socket/stream_listen_socket.h |
+++ b/net/socket/stream_listen_socket.h |
@@ -73,6 +73,8 @@ class NET_EXPORT StreamListenSocket |
// Copies the local address to |address|. Returns a network error code. |
int GetLocalAddress(IPEndPoint* address); |
+ // Copies the peer address to |address|. Returns a network error code. |
+ int GetPeerAddress(IPEndPoint* address); |
static const int kSocketError; |