| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 93236bb2221a4e758b91506d780b74590ce11bf7..b833b9fdb0c0d3b0c34802e30c358b0f8cf87ca2 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -1037,8 +1037,8 @@ struct NET_EXPORT_PRIVATE TransmissionInfo {
|
| // Stores the sequence numbers of all transmissions of this packet.
|
| // Can never be null.
|
| SequenceNumberSet* all_transmissions;
|
| - // Pending packets have not been abandoned or lost.
|
| - bool pending;
|
| + // In flight packets have not been abandoned or lost.
|
| + bool in_flight;
|
| };
|
|
|
| // A struct for functions which consume data payloads and fins.
|
|
|