| Index: net/socket/ssl_client_socket_openssl.cc
|
| diff --git a/net/socket/ssl_client_socket_openssl.cc b/net/socket/ssl_client_socket_openssl.cc
|
| index e019b1e4608d440fe8d86fd5c0d01e815cdb601c..9b1ce38a2ccb9ccf6612b06b0513ed0c3b133184 100644
|
| --- a/net/socket/ssl_client_socket_openssl.cc
|
| +++ b/net/socket/ssl_client_socket_openssl.cc
|
| @@ -621,6 +621,11 @@ bool SSLClientSocketOpenSSL::GetSSLInfo(SSLInfo* ssl_info) {
|
| return true;
|
| }
|
|
|
| +void SSLClientSocketOpenSSL::GetConnectionAttempts(
|
| + ConnectionAttempts* out) const {
|
| + out->clear();
|
| +}
|
| +
|
| int SSLClientSocketOpenSSL::Read(IOBuffer* buf,
|
| int buf_len,
|
| const CompletionCallback& callback) {
|
|
|