| 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 cdcd139cc144a9bf8959dccf9ffcd17b13d46eae..4e34aa13c6c57401c1c67affe51db788eadb1c28 100644
|
| --- a/webrtc/modules/congestion_controller/delay_based_bwe.h
|
| +++ b/webrtc/modules/congestion_controller/delay_based_bwe.h
|
| @@ -133,6 +133,7 @@ class DelayBasedBwe : public RemoteBitrateEstimator {
|
| size_t total_probes_received_;
|
| int64_t first_packet_time_ms_;
|
| int64_t last_update_ms_;
|
| + bool uma_recorded_;
|
|
|
| rtc::CriticalSection crit_;
|
| Ssrcs ssrcs_ GUARDED_BY(&crit_);
|
|
|