Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: net/quic/quic_fec_group_interface.h

Issue 1413443005: Remove QuicFecGroup::MinProtectedPacket which is no longer needed. No behavior change expected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@105506241
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_fec_group.cc ('k') | net/quic/quic_packet_creator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « net/quic/quic_fec_group.cc ('k') | net/quic/quic_packet_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698