Index: net/socket/stream_listen_socket.h |
diff --git a/net/socket/stream_listen_socket.h b/net/socket/stream_listen_socket.h |
index 90b54500ace17f2f28631f3fa8449e644564f298..60f282e5efc80950440e34ac383584617a2e71c8 100644 |
--- a/net/socket/stream_listen_socket.h |
+++ b/net/socket/stream_listen_socket.h |
@@ -127,6 +127,9 @@ class NET_EXPORT StreamListenSocket |
void PauseReads(); |
void ResumeReads(); |
+ // For testing use only! |
+ virtual int GetLocalAddressImpl(IPEndPoint* address); |
jar (doing other things)
2014/06/09 23:13:40
Should this be in the protected section?
nit: con
Ken Russell (switch to Gerrit)
2014/06/09 23:32:12
Thanks for catching that. I don't know why it comp
|
+ |
const SocketDescriptor socket_; |
bool reads_paused_; |
bool has_pending_reads_; |