| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index a5a878949f4dd547ddb44a640f4bbc518d71cd01..c614cc414f026d88f437a1f491f8a2d35028dbbe 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -1198,13 +1198,15 @@ struct NET_EXPORT_PRIVATE SerializedPacket {
|
| QuicPacketEntropyHash entropy_hash,
|
| RetransmittableFrames* retransmittable_frames,
|
| bool has_ack,
|
| - bool has_stop_waiting);
|
| + bool has_stop_waiting,
|
| + EncryptionLevel level);
|
| ~SerializedPacket();
|
|
|
| QuicEncryptedPacket* packet;
|
| RetransmittableFrames* retransmittable_frames;
|
| QuicPacketNumber packet_number;
|
| QuicPacketNumberLength packet_number_length;
|
| + EncryptionLevel encryption_level;
|
| QuicPacketEntropyHash entropy_hash;
|
| bool is_fec_packet;
|
| bool has_ack;
|
|
|