| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h
|
| index 98305bd0a1d0ee3bec9828a00264605b01d0556a..6e37698436575e09fda35b9b30f57714ed8bca9c 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h
|
| @@ -131,6 +131,7 @@ class RemoteBitrateEstimatorAbsSendTime : 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_);
|
|
|