| Index: net/http/http_network_session.h
 | 
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
 | 
| index 8986dcf93758fbd5c5d33192b9a3c8a47d158565..5f016942643fd72a2fc9a8a8dfaa7ce30588278a 100644
 | 
| --- a/net/http/http_network_session.h
 | 
| +++ b/net/http/http_network_session.h
 | 
| @@ -109,9 +109,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;
 | 
| -    // Instruct QUIC to use consistent ephemeral ports when talking to
 | 
| -    // the same server.
 | 
| -    bool enable_quic_port_selection;
 | 
|      // Disables QUIC's 0-RTT behavior.
 | 
|      bool quic_always_require_handshake_confirmation;
 | 
|      // Disables QUIC connection pooling.
 | 
| 
 |