Chromium Code Reviews| 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..0757520f4049224b34b563e2f4449e28b5bea674 100644 |
| --- a/net/socket/stream_listen_socket.h |
| +++ b/net/socket/stream_listen_socket.h |
| @@ -100,6 +100,9 @@ class NET_EXPORT StreamListenSocket |
| void WatchSocket(WaitState state); |
| void UnwatchSocket(); |
| + // For testing use only! |
| + virtual int GetLocalAddressImpl(IPEndPoint* address); |
|
wtc
2014/06/10 17:46:44
Nit: please document how GetLocalAddressImpl diffe
wtc
2014/06/10 17:48:28
Just to clarify: if you keep GetLocalAddressImpl,
Ken Russell (switch to Gerrit)
2014/06/10 18:57:07
Thanks for the suggestion. That's fine with me, an
|
| + |
| Delegate* const socket_delegate_; |
| private: |