| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 3d2ae5b1cb191baa50cc71195f0a7369a97f1f0a..a3801a51ee39764d4da49f17767667499654ee11 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -1440,7 +1440,6 @@ struct NET_EXPORT_PRIVATE TransmissionInfo {
|
| EncryptionLevel encryption_level;
|
| QuicPacketNumberLength packet_number_length;
|
| QuicPacketLength bytes_sent;
|
| - uint16_t nack_count;
|
| QuicTime sent_time;
|
| // Reason why this packet was transmitted.
|
| TransmissionType transmission_type;
|
|
|