summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_server_socket_openssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/ssl_server_socket_openssl.h')
-rw-r--r--net/socket/ssl_server_socket_openssl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/socket/ssl_server_socket_openssl.h b/net/socket/ssl_server_socket_openssl.h
index 5f5909b..34e8bb0 100644
--- a/net/socket/ssl_server_socket_openssl.h
+++ b/net/socket/ssl_server_socket_openssl.h
@@ -68,6 +68,9 @@ class SSLServerSocketOpenSSL : public SSLServerSocket {
bool WasNpnNegotiated() const override;
NextProto GetNegotiatedProtocol() const override;
bool GetSSLInfo(SSLInfo* ssl_info) override;
+ void GetConnectionAttempts(ConnectionAttempts* out) const override;
+ void ClearConnectionAttempts() override {}
+ void AddConnectionAttempts(const ConnectionAttempts& attempts) override {}
private:
enum State {