Index: net/socket/socket.h |
=================================================================== |
--- net/socket/socket.h (revision 113718) |
+++ net/socket/socket.h (working copy) |
@@ -48,8 +48,6 @@ |
// Disconnected before the write completes, the callback will not be invoked. |
virtual int Write(IOBuffer* buf, int buf_len, |
OldCompletionCallback* callback) = 0; |
- virtual int Write(IOBuffer* buf, int buf_len, |
- const CompletionCallback& callback) = 0; |
// Set the receive buffer size (in bytes) for the socket. |
// Note: changing this value can affect the TCP window size on some platforms. |