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 8663489d54903d2b33c42baf5e72f20ee22f6ee7..4f9ce95e2c5b1bc4702b150ba32542e9fbbc2cfc 100644 |
--- a/webrtc/modules/congestion_controller/include/congestion_controller.h |
+++ b/webrtc/modules/congestion_controller/include/congestion_controller.h |
@@ -82,6 +82,7 @@ class CongestionController : public CallStatsObserver, public Module { |
virtual PacketRouter* packet_router() { return packet_router_.get(); } |
virtual TransportFeedbackObserver* GetTransportFeedbackObserver(); |
RateLimiter* GetRetransmissionRateLimiter(); |
+ void EnablePeriodicAlrProbing(bool enable); |
// SetAllocatedSendBitrateLimits sets bitrates limits imposed by send codec |
// settings. |