Index: webrtc/modules/congestion_controller/include/congestion_controller.h |
diff --git a/webrtc/modules/congestion_controller/include/congestion_controller.h b/webrtc/modules/congestion_controller/include/congestion_controller.h |
index f2bec76f2523c175b90577f24c72f3a1c56040c2..d01fdf1d146f44e7cd2db330aab366525ca89e3d 100644 |
--- a/webrtc/modules/congestion_controller/include/congestion_controller.h |
+++ b/webrtc/modules/congestion_controller/include/congestion_controller.h |
@@ -93,6 +93,8 @@ class CongestionController : public CallStatsObserver, public Module { |
virtual RemoteBitrateEstimator* GetRemoteBitrateEstimator( |
bool send_side_bwe); |
virtual int64_t GetPacerQueuingDelayMs() const; |
+ // TODO(nisse): Delete this accessor function. The pacer should be |
+ // internal to the congestion controller. |
virtual PacedSender* pacer() { return pacer_.get(); } |
// TODO(nisse): Deprecated, but still used by downstream projects. |
virtual PacketRouter* packet_router() { return packet_router_; } |