Index: remoting/jingle_glue/ssl_socket_adapter.h |
=================================================================== |
--- remoting/jingle_glue/ssl_socket_adapter.h (revision 113718) |
+++ remoting/jingle_glue/ssl_socket_adapter.h (working copy) |
@@ -62,8 +62,6 @@ |
const net::CompletionCallback& callback) OVERRIDE; |
virtual int Write(net::IOBuffer* buf, int buf_len, |
net::OldCompletionCallback* callback) OVERRIDE; |
- virtual int Write(net::IOBuffer* buf, int buf_len, |
- const net::CompletionCallback& callback) OVERRIDE; |
virtual bool SetReceiveBufferSize(int32 size) OVERRIDE; |
virtual bool SetSendBufferSize(int32 size) OVERRIDE; |
@@ -75,8 +73,7 @@ |
net::OldCompletionCallback* old_read_callback_; |
net::CompletionCallback read_callback_; |
- net::OldCompletionCallback* old_write_callback_; |
- net::CompletionCallback write_callback_; |
+ net::OldCompletionCallback* write_callback_; |
scoped_refptr<net::IOBuffer> read_buffer_; |
int read_buffer_len_; |