| Index: net/quic/quic_protocol.cc
|
| diff --git a/net/quic/quic_protocol.cc b/net/quic/quic_protocol.cc
|
| index 8604d2f27a2b72cde940c3ef1ff73bafe62b8a4c..c5b76011277448345dbad966b8ba06414d3c3f47 100644
|
| --- a/net/quic/quic_protocol.cc
|
| +++ b/net/quic/quic_protocol.cc
|
| @@ -735,11 +735,9 @@ SerializedPacket::SerializedPacket(QuicPathId path_id,
|
| QuicPacketNumberLength packet_number_length,
|
| QuicEncryptedPacket* packet,
|
| QuicPacketEntropyHash entropy_hash,
|
| - QuicFrames* retransmittable_frames,
|
| bool has_ack,
|
| bool has_stop_waiting)
|
| : packet(packet),
|
| - retransmittable_frames(retransmittable_frames),
|
| has_crypto_handshake(NOT_HANDSHAKE),
|
| needs_padding(false),
|
| path_id(path_id),
|
|
|