| Index: trunk/src/net/socket/ssl_client_socket_openssl.h
|
| ===================================================================
|
| --- trunk/src/net/socket/ssl_client_socket_openssl.h (revision 262001)
|
| +++ trunk/src/net/socket/ssl_client_socket_openssl.h (working copy)
|
| @@ -89,8 +89,8 @@
|
| const CompletionCallback& callback) OVERRIDE;
|
| 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;
|
|
|
| protected:
|
| // SSLClientSocket implementation.
|
|
|