summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_network_session.h')
-rw-r--r--net/http/http_network_session.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 30cec77..3648a7a 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -101,9 +101,6 @@ class NET_EXPORT HttpNetworkSession
// Whether to enable Alt-Svc entries with hostname different than that of
// the origin.
bool enable_alternative_service_with_different_host;
- // Only honor alternative service entries which have a higher probability
- // than this value.
- double alternative_service_probability_threshold;
// Enables NPN support. Note that ALPN is always enabled.
bool enable_npn;