| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index ac5cc864a103e32e710de06bb9eba783dad80513..325cf04c478902ac7d5f0d4537d125d70236f66c 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -29,11 +29,6 @@ bool FLAGS_quic_allow_bbr = false;
|
| // Chrome/Finch).
|
| bool FLAGS_quic_enable_bandwidth_resumption_experiment = true;
|
|
|
| -// If true, QUIC congestion control will be paced. If false, pacing may be
|
| -// controlled by QUIC connection options in the config or by enabling BBR
|
| -// congestion control.
|
| -bool FLAGS_quic_enable_pacing = 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;
|
|
|