| 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 b85946c1d4138dfebc557ec4f8b1f363949ee14b..be46df91d98d09dae61231157ffd3435096c0d2e 100644
|
| --- a/net/quic/congestion_control/pacing_sender.h
|
| +++ b/net/quic/congestion_control/pacing_sender.h
|
| @@ -60,6 +60,7 @@ class NET_EXPORT_PRIVATE PacingSender : public SendAlgorithmInterface {
|
| virtual QuicByteCount GetCongestionWindow() const OVERRIDE;
|
| virtual bool InSlowStart() const OVERRIDE;
|
| virtual QuicByteCount GetSlowStartThreshold() const OVERRIDE;
|
| + virtual CongestionControlType GetCongestionControlType() const OVERRIDE;
|
|
|
| private:
|
| scoped_ptr<SendAlgorithmInterface> sender_; // Underlying sender.
|
|
|