Index: net/quic/core/congestion_control/pacing_sender.h |
diff --git a/net/quic/core/congestion_control/pacing_sender.h b/net/quic/core/congestion_control/pacing_sender.h |
index 68ef80bd1b91cd87ab07b26ac33e7e5add83a168..98c27da28891ee854b544fa7e9fa643475f050a0 100644 |
--- a/net/quic/core/congestion_control/pacing_sender.h |
+++ b/net/quic/core/congestion_control/pacing_sender.h |
@@ -67,6 +67,7 @@ class NET_EXPORT_PRIVATE PacingSender : public SendAlgorithmInterface { |
QuicByteCount GetSlowStartThreshold() const override; |
CongestionControlType GetCongestionControlType() const override; |
std::string GetDebugState() const override; |
+ void OnApplicationLimited(QuicByteCount bytes_in_flight) override; |
// End implementation of SendAlgorithmInterface. |
private: |