| Index: net/quic/core/congestion_control/pacing_sender.cc
|
| diff --git a/net/quic/core/congestion_control/pacing_sender.cc b/net/quic/core/congestion_control/pacing_sender.cc
|
| index 308c608b2d0497065916b2010a013efb3860ad4c..555a9cee6b4c3742f73ae70b4c863ac606df01fd 100644
|
| --- a/net/quic/core/congestion_control/pacing_sender.cc
|
| +++ b/net/quic/core/congestion_control/pacing_sender.cc
|
| @@ -194,4 +194,6 @@ std::string PacingSender::GetDebugState() const {
|
| return sender_->GetDebugState();
|
| }
|
|
|
| +void PacingSender::OnApplicationLimited(QuicByteCount bytes_in_flight) {}
|
| +
|
| } // namespace net
|
|
|