Index: net/quic/quic_fec_group_interface.h |
diff --git a/net/quic/quic_fec_group_interface.h b/net/quic/quic_fec_group_interface.h |
index 220e7ab4f355042e6543e8c1d68a986156303cad..159662ad63ed0858a5076f30db28a6790b9e317b 100644 |
--- a/net/quic/quic_fec_group_interface.h |
+++ b/net/quic/quic_fec_group_interface.h |
@@ -57,9 +57,6 @@ class NET_EXPORT_PRIVATE QuicFecGroupInterface { |
// The FEC data in the FEC packet. |
virtual const base::StringPiece PayloadParity() const = 0; |
- // The FEC group number to be used on the FEC packet. |
- virtual QuicPacketNumber MinProtectedPacket() const = 0; |
- |
// Number of packets in the group. |
virtual QuicPacketCount NumReceivedPackets() const = 0; |