| Index: webrtc/modules/congestion_controller/include/send_side_congestion_controller.h
|
| diff --git a/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h b/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h
|
| index 1d576aaf00987a181aedda61363125aecd022242..68213507a6c1d8308626d38cbd29a8dfaa5abf8a 100644
|
| --- a/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h
|
| +++ b/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h
|
| @@ -160,8 +160,7 @@
|
| rtc::CriticalSection bwe_lock_;
|
| int min_bitrate_bps_ GUARDED_BY(bwe_lock_);
|
| std::unique_ptr<DelayBasedBwe> delay_based_bwe_ GUARDED_BY(bwe_lock_);
|
| - bool in_cwnd_experiment_;
|
| - int64_t accepted_queue_ms_;
|
| + const bool in_cwnd_experiment_;
|
| bool was_in_alr_;
|
|
|
| rtc::RaceChecker worker_race_;
|
|
|