Index: net/socket/socks5_client_socket.h |
diff --git a/net/socket/socks5_client_socket.h b/net/socket/socks5_client_socket.h |
index fb09c198a2b8e05022e558f4854089e6e8cf3ef6..c228b6acc5f6263ede30ff6b0fb27c630bf2f593 100644 |
--- a/net/socket/socks5_client_socket.h |
+++ b/net/socket/socks5_client_socket.h |
@@ -62,6 +62,7 @@ class NET_EXPORT_PRIVATE SOCKS5ClientSocket : public StreamSocket { |
virtual bool UsingTCPFastOpen() const OVERRIDE; |
virtual int64 NumBytesRead() const OVERRIDE; |
virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE; |
+ virtual NextProto GetNegotiatedProtocol() const OVERRIDE; |
// Socket implementation. |
virtual int Read(IOBuffer* buf, |