| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index da3eef96d650f07a4a340ff7f4c51ddfdfd72d5c..9fb3220ff6f7e267eadf387907c970d1612e9038 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -1403,6 +1403,7 @@ struct NET_EXPORT_PRIVATE SerializedPacket {
|
| QuicPacketEntropyHash entropy_hash;
|
| bool has_ack;
|
| bool has_stop_waiting;
|
| + QuicPathId original_path_id;
|
| QuicPacketNumber original_packet_number;
|
| TransmissionType transmission_type;
|
|
|
|
|