Index: webrtc/modules/congestion_controller/delay_based_bwe.cc |
diff --git a/webrtc/modules/congestion_controller/delay_based_bwe.cc b/webrtc/modules/congestion_controller/delay_based_bwe.cc |
index 6338f9646f998db7cd0b77585a949eed06f19d2e..9259f012970fe01f9cf020d8fdf8a8d988c3bc3c 100644 |
--- a/webrtc/modules/congestion_controller/delay_based_bwe.cc |
+++ b/webrtc/modules/congestion_controller/delay_based_bwe.cc |
@@ -392,4 +392,12 @@ void DelayBasedBwe::SetMinBitrate(int min_bitrate_bps) { |
int64_t DelayBasedBwe::GetProbingIntervalMs() const { |
return probing_interval_estimator_.GetIntervalMs(); |
} |
+ |
+void DelayBasedBwe::OnProbingClusterCreated(int cluster_id, |
+ int min_bytes, |
+ int min_probes) { |
+ probe_bitrate_estimator_.OnProbingClusterCreated(cluster_id, min_bytes, |
+ min_probes); |
+} |
+ |
} // namespace webrtc |