| Index: net/quic/congestion_control/pacing_sender.h
|
| diff --git a/net/quic/congestion_control/pacing_sender.h b/net/quic/congestion_control/pacing_sender.h
|
| index be46df91d98d09dae61231157ffd3435096c0d2e..3fef6f89aff0a0c557f163e47a8f8a4e0f0f6587 100644
|
| --- a/net/quic/congestion_control/pacing_sender.h
|
| +++ b/net/quic/congestion_control/pacing_sender.h
|
| @@ -59,6 +59,7 @@ class NET_EXPORT_PRIVATE PacingSender : public SendAlgorithmInterface {
|
| virtual QuicTime::Delta RetransmissionDelay() const OVERRIDE;
|
| virtual QuicByteCount GetCongestionWindow() const OVERRIDE;
|
| virtual bool InSlowStart() const OVERRIDE;
|
| + virtual bool InRecovery() const OVERRIDE;
|
| virtual QuicByteCount GetSlowStartThreshold() const OVERRIDE;
|
| virtual CongestionControlType GetCongestionControlType() const OVERRIDE;
|
|
|
|
|