| Index: webrtc/modules/congestion_controller/probe_controller.h
|
| diff --git a/webrtc/modules/congestion_controller/probe_controller.h b/webrtc/modules/congestion_controller/probe_controller.h
|
| index a4201e63b56bb58c629ef5c1991858a021ffb190..adb6d13cb71da5a9d1081b162985082ea591e152 100644
|
| --- a/webrtc/modules/congestion_controller/probe_controller.h
|
| +++ b/webrtc/modules/congestion_controller/probe_controller.h
|
| @@ -37,6 +37,7 @@ class ProbeController {
|
| void SetEstimatedBitrate(int64_t bitrate_bps);
|
|
|
| void EnablePeriodicAlrProbing(bool enable);
|
| +
|
| void Process();
|
|
|
| private:
|
|
|