| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 75aea107cbf5baddb52917086dcf291dc9afd01f..5353c47751dc9255d06e07cbb3f293966f406e06 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -113,8 +113,6 @@ class NET_EXPORT HttpNetworkSession
|
|
|
| // Enables QUIC support.
|
| bool enable_quic;
|
| - // Enables insecure QUIC (http:// URLs) support, if enable_quic is true.
|
| - bool enable_insecure_quic;
|
| // Enables QUIC for proxies.
|
| bool enable_quic_for_proxies;
|
| // Instruct QUIC to use consistent ephemeral ports when talking to
|
|
|