| Index: net/socket/ssl_server_socket_nss.h
|
| diff --git a/net/socket/ssl_server_socket_nss.h b/net/socket/ssl_server_socket_nss.h
|
| index a0545777f2ea04f0578ae5303aba46f560289576..e487b63ac0067901ce1c0bce6c82915f9317b1f8 100644
|
| --- a/net/socket/ssl_server_socket_nss.h
|
| +++ b/net/socket/ssl_server_socket_nss.h
|
| @@ -42,9 +42,11 @@ class SSLServerSocketNSS : public SSLServerSocket {
|
| virtual int GetTLSUniqueChannelBinding(std::string* out) OVERRIDE;
|
|
|
| // Socket interface (via StreamSocket).
|
| - virtual int Read(IOBuffer* buf, int buf_len,
|
| + virtual int Read(IOBuffer* buf,
|
| + int buf_len,
|
| const CompletionCallback& callback) OVERRIDE;
|
| - virtual int Write(IOBuffer* buf, int buf_len,
|
| + virtual int Write(IOBuffer* buf,
|
| + int buf_len,
|
| const CompletionCallback& callback) OVERRIDE;
|
| virtual int SetReceiveBufferSize(int32 size) OVERRIDE;
|
| virtual int SetSendBufferSize(int32 size) OVERRIDE;
|
|
|