Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: net/http/http_network_session.h

Issue 517693002: Add embedder-specific headers to HTTP CONNECT tunnel request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from mef and mmenke Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..bc2681dab8def05bc3c4453b3ca33396265b6216 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;
+ ProxyDelegate* proxy_delegate;
};
enum SocketPoolType {

Powered by Google App Engine
This is Rietveld 408576698