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; |