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 7f681faf379014afeb8c1144d5e033a99e7c3406..435e47ad239b17dcc2847ac07333b977865d6767 100644 |
--- a/net/socket/tcp_client_socket_win.h |
+++ b/net/socket/tcp_client_socket_win.h |
@@ -55,6 +55,7 @@ class NET_EXPORT TCPClientSocketWin : public StreamSocket, |
virtual bool UsingTCPFastOpen() const; |
virtual int64 NumBytesRead() const; |
virtual base::TimeDelta GetConnectTimeMicros() const; |
+ virtual NextProto GetNegotiatedProtocol() const OVERRIDE; |
// Socket implementation. |
// Multiple outstanding requests are not supported. |