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

Unified Diff: net/quic/core/quic_unacked_packet_map.h

Issue 2535753006: Remove unnecessary (and incorrectly named) MaybeRemoveTransmittableFrames method. No behavior chang… (Closed)
Patch Set: Created 4 years 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 | « no previous file | net/quic/core/quic_unacked_packet_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_unacked_packet_map.h
diff --git a/net/quic/core/quic_unacked_packet_map.h b/net/quic/core/quic_unacked_packet_map.h
index 12a4a5f7786033f9b170959960be748f2bc5b31a..9871b5c459dd23ad3ceaba48a0ca4ed7af380783 100644
--- a/net/quic/core/quic_unacked_packet_map.h
+++ b/net/quic/core/quic_unacked_packet_map.h
@@ -157,9 +157,6 @@ class NET_EXPORT_PRIVATE QuicUnackedPacketMap {
TransmissionType transmission_type,
QuicTransmissionInfo* info);
- void MaybeRemoveRetransmittableFrames(
- QuicTransmissionInfo* transmission_info);
-
// Returns true if packet may be useful for an RTT measurement.
bool IsPacketUsefulForMeasuringRtt(QuicPacketNumber packet_number,
const QuicTransmissionInfo& info) const;
« no previous file with comments | « no previous file | net/quic/core/quic_unacked_packet_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698