summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_server_socket_nss.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/ssl_server_socket_nss.h')
-rw-r--r--net/socket/ssl_server_socket_nss.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/socket/ssl_server_socket_nss.h b/net/socket/ssl_server_socket_nss.h
index e7da5ac..ba55649 100644
--- a/net/socket/ssl_server_socket_nss.h
+++ b/net/socket/ssl_server_socket_nss.h
@@ -60,7 +60,9 @@ class SSLServerSocketNSS : public SSLServerSocket {
virtual bool UsingTCPFastOpen() const OVERRIDE;
virtual int64 NumBytesRead() const OVERRIDE;
virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE;
+ virtual bool WasNpnNegotiated() const OVERRIDE;
virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
+ virtual bool GetSSLInfo(SSLInfo* ssl_info) OVERRIDE;
private:
enum State {