| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 91b8f0379294dedbc7f827ab1cd28450c382df7f..b2c4294c8bae2e5f881408180733a26a2e390834 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -25,10 +25,6 @@ bool FLAGS_quic_use_bbr_congestion_control = false;
|
| // connection options.
|
| bool FLAGS_quic_allow_bbr = false;
|
|
|
| -// If true, enables the QUIC bandwidth resumption experiment (triggered by
|
| -// Chrome/Finch).
|
| -bool FLAGS_quic_enable_bandwidth_resumption_experiment = true;
|
| -
|
| // If true, then the source address tokens generated for QUIC connects will
|
| // store multiple addresses.
|
| bool FLAGS_quic_use_multiple_address_in_source_tokens = false;
|
|
|