Index: net/socket/socks5_client_socket.h |
diff --git a/net/socket/socks5_client_socket.h b/net/socket/socks5_client_socket.h |
index e91ef9673edb4e11b001fb4528cc5a345bdc0ac0..f502d9bdff04dcc16be7bb54c6685471c5aef67a 100644 |
--- a/net/socket/socks5_client_socket.h |
+++ b/net/socket/socks5_client_socket.h |
@@ -62,7 +62,9 @@ class NET_EXPORT_PRIVATE SOCKS5ClientSocket : public StreamSocket { |
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) const OVERRIDE; |
// Socket implementation. |
virtual int Read(IOBuffer* buf, |