| Index: webrtc/api/stats/rtcstats_objects.h
|
| diff --git a/webrtc/api/stats/rtcstats_objects.h b/webrtc/api/stats/rtcstats_objects.h
|
| index 49135f89a1a1250563023fe17063fc0762dcd148..5682ba8c6f1be292254846daaeaffdeb580dfc1e 100644
|
| --- a/webrtc/api/stats/rtcstats_objects.h
|
| +++ b/webrtc/api/stats/rtcstats_objects.h
|
| @@ -148,8 +148,8 @@ class RTCIceCandidatePairStats final : public RTCStats {
|
| RTCStatsMember<double> current_round_trip_time;
|
| RTCStatsMember<double> available_outgoing_bitrate;
|
| // TODO(hbos): Populate this value. It is wired up and collected the same way
|
| - // "VideoBwe.googAvailableReceiveBandwidth" is, but that value is always
|
| - // undefined. https://bugs.webrtc.org/7062
|
| + // "VideoBwe.googAvailableReceiveBandwidth" is, but the value rarely gets
|
| + // defined. https://bugs.webrtc.org/7062
|
| RTCStatsMember<double> available_incoming_bitrate;
|
| RTCStatsMember<uint64_t> requests_received;
|
| RTCStatsMember<uint64_t> requests_sent;
|
|
|