| Index: trunk/src/net/http/http_proxy_client_socket.h
|
| ===================================================================
|
| --- trunk/src/net/http/http_proxy_client_socket.h (revision 262001)
|
| +++ trunk/src/net/http/http_proxy_client_socket.h (working copy)
|
| @@ -82,8 +82,8 @@
|
| virtual int Write(IOBuffer* buf,
|
| int buf_len,
|
| const CompletionCallback& callback) OVERRIDE;
|
| - virtual int SetReceiveBufferSize(int32 size) OVERRIDE;
|
| - virtual int SetSendBufferSize(int32 size) OVERRIDE;
|
| + virtual bool SetReceiveBufferSize(int32 size) OVERRIDE;
|
| + virtual bool SetSendBufferSize(int32 size) OVERRIDE;
|
| virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
|
| virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
|
|
|
|
|