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; |