| Index: webrtc/api/rtcstatscollector.h
|
| diff --git a/webrtc/api/rtcstatscollector.h b/webrtc/api/rtcstatscollector.h
|
| index fbef1187a5c044ce513ab92e4b00c5ed3ae136b4..2c160ee414025ccfb0e9e936a1b7c88c3e4d5e04 100644
|
| --- a/webrtc/api/rtcstatscollector.h
|
| +++ b/webrtc/api/rtcstatscollector.h
|
| @@ -101,9 +101,7 @@ class RTCStatsCollector : public virtual rtc::RefCountInterface {
|
| // Produces |RTCPeerConnectionStats|.
|
| void ProducePeerConnectionStats_s(
|
| int64_t timestamp_us, RTCStatsReport* report) const;
|
| - // Produces |RTCOutboundRTPStreamStats|. TODO(hbos): Produce both types of
|
| - // |RTCRTPStreamStats|, the other one being |RTCInboundRTPStreamStats|.
|
| - // crbug.com/657855
|
| + // Produces |RTCInboundRTPStreamStats| and |RTCOutboundRTPStreamStats|.
|
| void ProduceRTPStreamStats_s(
|
| int64_t timestamp_us, const SessionStats& session_stats,
|
| RTCStatsReport* report) const;
|
|
|