| Index: net/quic/core/quic_packets.h
|
| diff --git a/net/quic/core/quic_packets.h b/net/quic/core/quic_packets.h
|
| index 05bd01ce3bb513a8374b6e976118c2f0f5229048..474b121c42646277630807cdb3ebf2a618a4bf49 100644
|
| --- a/net/quic/core/quic_packets.h
|
| +++ b/net/quic/core/quic_packets.h
|
| @@ -64,6 +64,8 @@ struct QUIC_EXPORT_PRIVATE QuicPacketPublicHeader {
|
| // public flags.
|
| QuicConnectionId connection_id;
|
| QuicConnectionIdLength connection_id_length;
|
| + // TODO(fayang): Remove multipath_flag when deprecating
|
| + // gfe2_reloadable_flag_quic_remove_multipath_bit.
|
| bool multipath_flag;
|
| bool reset_flag;
|
| bool version_flag;
|
|
|