diff options
Diffstat (limited to 'jingle/notifier/base/proxy_resolving_client_socket.h')
-rw-r--r-- | jingle/notifier/base/proxy_resolving_client_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jingle/notifier/base/proxy_resolving_client_socket.h b/jingle/notifier/base/proxy_resolving_client_socket.h index 3622923..2b1b90e 100644 --- a/jingle/notifier/base/proxy_resolving_client_socket.h +++ b/jingle/notifier/base/proxy_resolving_client_socket.h @@ -51,6 +51,7 @@ class ProxyResolvingClientSocket : public net::ClientSocket { virtual bool IsConnected() const OVERRIDE; virtual bool IsConnectedAndIdle() const OVERRIDE; virtual int GetPeerAddress(net::AddressList* address) const OVERRIDE; + virtual int GetLocalAddress(net::IPEndPoint* address) const OVERRIDE; virtual const net::BoundNetLog& NetLog() const OVERRIDE; virtual void SetSubresourceSpeculation() OVERRIDE; virtual void SetOmniboxSpeculation() OVERRIDE; |