Index: net/socket/ssl_server_socket_unittest.cc |
=================================================================== |
--- net/socket/ssl_server_socket_unittest.cc (revision 80449) |
+++ net/socket/ssl_server_socket_unittest.cc (working copy) |
@@ -120,6 +120,11 @@ |
return outgoing_->Write(buf, buf_len, callback); |
} |
+ virtual int Write(IOBuffer* buf, int buf_len, int sctp_stream_id, |
+ CompletionCallback* callback) { |
Mike Belshe
2011/04/06 18:32:53
This is old...
|
+ return Write(buf, buf_len, callback); |
+ } |
+ |
virtual bool SetReceiveBufferSize(int32 size) { |
return true; |
} |