| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index 2b156882d916b20c64618a26509a17333421d0e8..6e8e242461a08e1eb58aaf96353913bb991f24f5 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -223,3 +223,6 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_faster_bandwidth_sampler, false)
|
| // In QUIC, notify StreamNotifier instead of per-packet AckNotifier on
|
| // every ack or retransmitted.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_use_stream_notifier, false)
|
| +
|
| +// When true, defaults to BBR congestion control instead of Cubic.
|
| +QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_default_to_bbr, false)
|
|
|