| Index: net/quic/quic_fec_group.h
|
| diff --git a/net/quic/quic_fec_group.h b/net/quic/quic_fec_group.h
|
| index 0dd66ec02e3dceaf8a57acb72ec6269f070b9162..d905d03236ee299e475f8e80dce124c061d6f838 100644
|
| --- a/net/quic/quic_fec_group.h
|
| +++ b/net/quic/quic_fec_group.h
|
| @@ -29,8 +29,9 @@ class NET_EXPORT_PRIVATE QuicFecGroup {
|
| // Updates the FEC group based on the delivery of an FEC packet.
|
| // Returns false if this packet has already been seen or if it does
|
| // not claim to protect all the packets previously seen in this group.
|
| + // |fec_packet_entropy|: XOR of entropy of all packets in the fec group.
|
| bool UpdateFec(QuicPacketSequenceNumber fec_packet_sequence_number,
|
| - bool fec_entropy_flag,
|
| + bool fec_packet_entropy,
|
| const QuicFecData& fec);
|
|
|
| // Returns true if a packet can be revived from this FEC group.
|
|
|