| Index: net/socket/socks_client_socket.h
|
| ===================================================================
|
| --- net/socket/socks_client_socket.h (revision 25133)
|
| +++ net/socket/socks_client_socket.h (working copy)
|
| @@ -47,6 +47,9 @@
|
| virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
|
| virtual int Write(IOBuffer* buf, int buf_len, CompletionCallback* callback);
|
|
|
| + virtual bool SetReceiveBufferSize(int32 size);
|
| + virtual bool SetSendBufferSize(int32 size);
|
| +
|
| #if defined(OS_LINUX)
|
| // Needed by ssl_client_socket_nss.
|
| virtual int GetPeerName(struct sockaddr* name, socklen_t* namelen);
|
|
|