diff options
-rw-r--r-- | jingle/notifier/base/fake_ssl_client_socket.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/jingle/notifier/base/fake_ssl_client_socket.h b/jingle/notifier/base/fake_ssl_client_socket.h index e4765c5..bcf09f8 100644 --- a/jingle/notifier/base/fake_ssl_client_socket.h +++ b/jingle/notifier/base/fake_ssl_client_socket.h @@ -45,31 +45,19 @@ class FakeSSLClientSocket : public net::ClientSocket { static base::StringPiece GetSslServerHello(); // net::ClientSocket implementation. - virtual int Read(net::IOBuffer* buf, int buf_len, net::CompletionCallback* callback); - virtual int Write(net::IOBuffer* buf, int buf_len, net::CompletionCallback* callback); - virtual bool SetReceiveBufferSize(int32 size); - virtual bool SetSendBufferSize(int32 size); - virtual int Connect(net::CompletionCallback* callback); - virtual void Disconnect(); - virtual bool IsConnected() const; - virtual bool IsConnectedAndIdle() const; - virtual int GetPeerAddress(net::AddressList* address) const; - virtual const net::BoundNetLog& NetLog() const; - virtual void SetSubresourceSpeculation(); - virtual void SetOmniboxSpeculation(); private: |