| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h
|
| index ff17c61c16f016d9c3e1cbda40316746b9176a2c..aa238d1e96ca555121f07884fe7c057998b4511a 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h
|
| @@ -61,6 +61,7 @@ class RemoteBitrateEstimatorSingleStream : public RemoteBitrateEstimator {
|
| std::unique_ptr<CriticalSectionWrapper> crit_sect_;
|
| int64_t last_process_time_;
|
| int64_t process_interval_ms_ GUARDED_BY(crit_sect_.get());
|
| + bool uma_recorded_;
|
|
|
| RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RemoteBitrateEstimatorSingleStream);
|
| };
|
|
|