| 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 d02e9ab1d3ec90402346479338e3ab512c0db5a3..3740aeda7141684e87a8bd4c556b861196388ad9 100644
|
| --- a/net/http/http_proxy_client_socket.h
|
| +++ b/net/http/http_proxy_client_socket.h
|
| @@ -72,7 +72,9 @@ class HttpProxyClientSocket : public ProxyClientSocket {
|
| 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) OVERRIDE;
|
|
|
| // Socket implementation.
|
| virtual int Read(IOBuffer* buf,
|
|
|