Index: net/socket/tcp_client_socket_win.h |
diff --git a/net/socket/tcp_client_socket_win.h b/net/socket/tcp_client_socket_win.h |
index 4ca5e30c0ff4224ef72e37ecfd1c952bac2ac05e..319c8629dcf18ce4c7933f800e0e5c3daebdd666 100644 |
--- a/net/socket/tcp_client_socket_win.h |
+++ b/net/socket/tcp_client_socket_win.h |
@@ -55,7 +55,9 @@ class NET_EXPORT TCPClientSocketWin : public StreamSocket, |
virtual bool UsingTCPFastOpen() const; |
virtual int64 NumBytesRead() const; |
virtual base::TimeDelta GetConnectTimeMicros() const; |
+ virtual bool WasNpnNegotiated() const OVERRIDE; |
virtual NextProto GetNegotiatedProtocol() const OVERRIDE; |
+ virtual void GetSSLInfo(SSLInfo* ssl_info) const OVERRIDE; |
// Socket implementation. |
// Multiple outstanding requests are not supported. |