| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index f0206fdda540184ab00632f2b486af94c6c5912e..d122775116bacf191d3e24af28597f0fc140f27f 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -110,8 +110,6 @@ class NET_EXPORT HttpNetworkSession
|
| bool enable_quic;
|
| // Disable QUIC if a connection times out with open streams.
|
| bool disable_quic_on_timeout_with_open_streams;
|
| - // Enables QUIC for proxies.
|
| - bool enable_quic_for_proxies;
|
| // Instruct QUIC to use consistent ephemeral ports when talking to
|
| // the same server.
|
| bool enable_quic_port_selection;
|
|
|