| 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 6b4496719f0bfd7cd549cc7d6dde132d71584052..55ad1991a053f0a7e6e4f99d5d672470ec535908 100644
|
| --- a/net/quic/core/congestion_control/pacing_sender.h
|
| +++ b/net/quic/core/congestion_control/pacing_sender.h
|
| @@ -63,6 +63,7 @@ class NET_EXPORT_PRIVATE PacingSender : public SendAlgorithmInterface {
|
| bool InRecovery() const override;
|
| QuicByteCount GetSlowStartThreshold() const override;
|
| CongestionControlType GetCongestionControlType() const override;
|
| + std::string GetDebugState() const override;
|
| // End implementation of SendAlgorithmInterface.
|
|
|
| private:
|
|
|