| Index: webrtc/modules/congestion_controller/probe_bitrate_estimator.h
|
| diff --git a/webrtc/modules/congestion_controller/probe_bitrate_estimator.h b/webrtc/modules/congestion_controller/probe_bitrate_estimator.h
|
| index c25c727dd9b995d4030da9158e82d16ad841e7ef..13978f9086c5be9c188de13891268f3b2c886f66 100644
|
| --- a/webrtc/modules/congestion_controller/probe_bitrate_estimator.h
|
| +++ b/webrtc/modules/congestion_controller/probe_bitrate_estimator.h
|
| @@ -26,6 +26,8 @@ class ProbeBitrateEstimator {
|
| // Returns the estimated bitrate if the probe completes a valid cluster.
|
| int HandleProbeAndEstimateBitrate(const PacketInfo& packet_info);
|
|
|
| + void OnProbingClusterCreated(int cluster_id, int min_bytes, int min_probes);
|
| +
|
| private:
|
| struct AggregatedCluster {
|
| int num_probes = 0;
|
|
|