Index: net/http/http_proxy_client_socket.h |
diff --git a/net/http/http_proxy_client_socket.h b/net/http/http_proxy_client_socket.h |
index e0c998082bda3972df485c0d512ac7c6e439bd79..21d355ad1736480e2253b8eceb32fedda3bad0bd 100644 |
--- a/net/http/http_proxy_client_socket.h |
+++ b/net/http/http_proxy_client_socket.h |
@@ -73,6 +73,7 @@ class HttpProxyClientSocket : public ProxyClientSocket { |
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, |