| 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 500e54d3898b5ee9ffcfc45bf62bc58342a130a8..400860fad533946d6015669894c943a6c2156979 100644
|
| --- a/net/socket/ssl_client_socket_openssl.cc
|
| +++ b/net/socket/ssl_client_socket_openssl.cc
|
| @@ -624,6 +624,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) {
|
|
|