| 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 f68a3d958f681108972f224967eb93f19fce035f..4cb1961b28ebd9af068e6c8d7b86d428f1ff0378 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -154,3 +154,7 @@ QUIC_FLAG(bool, FLAGS_quic_buffer_packets_after_chlo, false)
|
| // processed, but now that flow control is implemented, it can be received once
|
| // decrypted.
|
| QUIC_FLAG(bool, FLAGS_quic_receive_packet_once_decrypted, false)
|
| +
|
| +// If true, v33 QUIC client uses 1 bit to specify 8-byte connection id in
|
| +// public flag.
|
| +QUIC_FLAG(bool, FLAGS_quic_remove_v33_hacks2, false)
|
|
|