diff options
Diffstat (limited to 'net/spdy/spdy_proxy_client_socket.h')
-rw-r--r-- | net/spdy/spdy_proxy_client_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/spdy/spdy_proxy_client_socket.h b/net/spdy/spdy_proxy_client_socket.h index d57b10f..6f506d7 100644 --- a/net/spdy/spdy_proxy_client_socket.h +++ b/net/spdy/spdy_proxy_client_socket.h @@ -84,6 +84,7 @@ class SpdyProxyClientSocket : public ProxyClientSocket, virtual bool SetReceiveBufferSize(int32 size); virtual bool SetSendBufferSize(int32 size); virtual int GetPeerAddress(AddressList* address) const; + virtual int GetLocalAddress(IPEndPoint* address) const; // SpdyStream::Delegate methods: virtual bool OnSendHeadersComplete(int status); |