| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index e3ae25d054f43341c83fda0939f695284b590387..68179ecfcd2de5d7d63508e2e725b53d97df6481 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -121,9 +121,6 @@ bool FLAGS_quic_ignore_srbf = true;
|
| // recovery instead of PRR.
|
| bool FLAGS_quic_allow_noprr = true;
|
|
|
| -// If true, multi-packet CHLOs are explicitly disallowed.
|
| -bool FLAGS_quic_disallow_multi_packet_chlo = true;
|
| -
|
| // Use a write path optimized for StreamFrames.
|
| bool FLAGS_quic_use_optimized_write_path = true;
|
|
|
|
|