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

Unified Diff: net/http/http_network_session.h

Issue 2899313006: Plumb NQP to context and to http_proxy_client_socket_pool (Closed)
Patch Set: ps Created 3 years, 6 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 1225535f88bd9f7b598a949dac105aae4e32bf2b..1fc6f95e82eb09f9a615b14fb9455db01f380650 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -55,6 +55,7 @@ class HttpProxyClientSocketPool;
class HttpResponseBodyDrainer;
class HttpServerProperties;
class NetLog;
+class NetworkQualityEstimator;
class NetworkThrottleManager;
class ProxyDelegate;
class ProxyService;
@@ -188,6 +189,7 @@ class NET_EXPORT HttpNetworkSession : public base::MemoryCoordinatorClient {
HttpServerProperties* http_server_properties;
NetLog* net_log;
SocketPerformanceWatcherFactory* socket_performance_watcher_factory;
+ NetworkQualityEstimator* network_quality_estimator;
mmenke 2017/06/05 20:04:26 Having the bottom layer of the network stack depen
tbansal1 2017/06/07 18:13:44 Done.
// Source of time for QUIC connections.
QuicClock* quic_clock;

Powered by Google App Engine
This is Rietveld 408576698