| Index: webrtc/modules/congestion_controller/delay_based_bwe.h
|
| diff --git a/webrtc/modules/congestion_controller/delay_based_bwe.h b/webrtc/modules/congestion_controller/delay_based_bwe.h
|
| index 6e7a6f8d63a654e078f41127b6919263f182df07..6ac2edfde815bcd8ab969318f8acb4f0b56cf18c 100644
|
| --- a/webrtc/modules/congestion_controller/delay_based_bwe.h
|
| +++ b/webrtc/modules/congestion_controller/delay_based_bwe.h
|
| @@ -54,6 +54,7 @@ class DelayBasedBwe {
|
| uint32_t* bitrate_bps) const;
|
| void SetMinBitrate(int min_bitrate_bps);
|
| int64_t GetProbingIntervalMs() const;
|
| + void OnProbingClusterCreated(int cluster_id, int min_bytes, int min_probes);
|
|
|
| private:
|
| // Computes a bayesian estimate of the throughput given acks containing
|
|
|