| Index: net/socket/ssl_client_socket_openssl.h
|
| diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h
|
| index 49a2b4597331dc1982dc5cc13122ea50f5619128..8ed45c3cf340a96861907a1f343b3a6aaf1cf6c6 100644
|
| --- a/net/socket/ssl_client_socket_openssl.h
|
| +++ b/net/socket/ssl_client_socket_openssl.h
|
| @@ -130,8 +130,8 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
|
| void OnRecvComplete(int result);
|
|
|
| int DoHandshakeLoop(int last_io_result);
|
| - int DoReadLoop(int result);
|
| - int DoWriteLoop(int result);
|
| + int DoReadLoop();
|
| + int DoWriteLoop();
|
| int DoPayloadRead();
|
| int DoPayloadWrite();
|
|
|
|
|