| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index b0061da20c5d86984796a1a186942562c092ecbe..7765245b5dd3d54ed1a02522f47afb49817ac941 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -113,9 +113,6 @@ class NET_EXPORT HttpNetworkSession
|
| SpdySessionPool::TimeFunc time_func;
|
| // Whether to enable HTTP/2 Alt-Svc entries.
|
| bool enable_http2_alternative_service;
|
| - // Whether to enable QUIC Alt-Svc entries with hostname different than that
|
| - // of the origin.
|
| - bool enable_quic_alternative_service_with_different_host;
|
|
|
| // Enables QUIC support.
|
| bool enable_quic;
|
|
|