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

Unified Diff: net/quic/congestion_control/send_algorithm_interface.h

Issue 15937012: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small bug fixes Created 7 years, 7 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
Index: net/quic/congestion_control/send_algorithm_interface.h
diff --git a/net/quic/congestion_control/send_algorithm_interface.h b/net/quic/congestion_control/send_algorithm_interface.h
index fd8ec3e627847120f5d3e5ab5768d18254ad677c..f2c4e7b5e11e94378a75e2b5ee39c55790eb1cea 100644
--- a/net/quic/congestion_control/send_algorithm_interface.h
+++ b/net/quic/congestion_control/send_algorithm_interface.h
@@ -45,7 +45,6 @@ class NET_EXPORT_PRIVATE SendAlgorithmInterface {
virtual void OnIncomingQuicCongestionFeedbackFrame(
const QuicCongestionFeedbackFrame& feedback,
QuicTime feedback_receive_time,
- QuicBandwidth sent_bandwidth,
const SentPacketsMap& sent_packets) = 0;
// Called for each received ACK, with sequence number from remote peer.

Powered by Google App Engine
This is Rietveld 408576698