Index: net/http/http_network_session.h |
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
index f62232a22a63982092d6560020a6be12585e5258..c19d42e8f29e161a2324c2bc08ad6c105c1a2731 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; |
@@ -120,6 +121,7 @@ class NET_EXPORT HttpNetworkSession |
QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory; |
QuicVersionVector quic_supported_versions; |
QuicTagVector quic_connection_options; |
+ net::ProxyDelegate* proxy_delegate; |
mmenke
2014/09/08 17:38:49
nit: net:: not needed.
bengr
2014/09/09 01:28:48
Done.
|
}; |
enum SocketPoolType { |