| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 5b7097367ebf9ea3ba82a7e5e5863c58f58b6050..50c319d37c4e3c3948afa56ecd12ab02428b7e44 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -99,9 +99,7 @@ class NET_EXPORT HttpNetworkSession
|
| std::string trusted_spdy_proxy;
|
| // URLs to exclude from forced SPDY.
|
| std::set<HostPortPair> forced_spdy_exclusions;
|
| - // Noe: Using this in the case of NPN for HTTP only results in the browser
|
| - // trying SSL and then falling back to http.
|
| - bool use_alternate_protocols;
|
| + bool use_alternative_services;
|
| double alternative_service_probability_threshold;
|
|
|
| bool enable_quic;
|
|
|