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