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

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

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/tcp_receiver.h
diff --git a/net/quic/congestion_control/tcp_receiver.h b/net/quic/congestion_control/tcp_receiver.h
index 7dae4f444ac77e53e1412820adddac4171dad60a..8c1658445f8bc54806c9c78b8f6faa85bd9f92ab 100644
--- a/net/quic/congestion_control/tcp_receiver.h
+++ b/net/quic/congestion_control/tcp_receiver.h
@@ -23,10 +23,6 @@ class NET_EXPORT_PRIVATE TcpReceiver : public ReceiveAlgorithmInterface {
// Size of the (currently fixed) receive window.
static const QuicByteCount kReceiveWindowTCP;
- // Start implementation of SendAlgorithmInterface.
- bool GenerateCongestionFeedback(
- QuicCongestionFeedbackFrame* feedback) override;
-
void RecordIncomingPacket(QuicByteCount bytes,
QuicPacketSequenceNumber sequence_number,
QuicTime timestamp) override;

Powered by Google App Engine
This is Rietveld 408576698