| Index: net/socket/ssl_server_socket_openssl.cc
|
| diff --git a/net/socket/ssl_server_socket_openssl.cc b/net/socket/ssl_server_socket_openssl.cc
|
| index 954e61634a9b89fc7064a0416e5fcb45ba503310..5a61eeb3063cd4d8a56fcc2fc3d37aaab24679b5 100644
|
| --- a/net/socket/ssl_server_socket_openssl.cc
|
| +++ b/net/socket/ssl_server_socket_openssl.cc
|
| @@ -248,6 +248,11 @@ bool SSLServerSocketOpenSSL::GetSSLInfo(SSLInfo* ssl_info) {
|
| return false;
|
| }
|
|
|
| +void SSLServerSocketOpenSSL::GetConnectionAttempts(
|
| + ConnectionAttempts* out) const {
|
| + out->clear();
|
| +}
|
| +
|
| void SSLServerSocketOpenSSL::OnSendComplete(int result) {
|
| if (next_handshake_state_ == STATE_HANDSHAKE) {
|
| // In handshake phase.
|
|
|