| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index d1e4234a5b8d8dbc80f07bad9b18f3cc07ba7d79..19555cb2ed88ff1389f3a46ef47f4c3afc48e196 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -43,6 +43,7 @@ class HttpResponseBodyDrainer;
|
| class HttpServerProperties;
|
| class NetLog;
|
| class NetworkDelegate;
|
| +class ProxyDelegate;
|
| class ProxyService;
|
| class QuicClock;
|
| class QuicCryptoClientStreamFactory;
|
| @@ -122,6 +123,7 @@ class NET_EXPORT HttpNetworkSession
|
| QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory;
|
| QuicVersionVector quic_supported_versions;
|
| QuicTagVector quic_connection_options;
|
| + ProxyDelegate* proxy_delegate;
|
| };
|
|
|
| enum SocketPoolType {
|
|
|