| Index: webrtc/api/rtcstatscollector.h
|
| diff --git a/webrtc/api/rtcstatscollector.h b/webrtc/api/rtcstatscollector.h
|
| index 3325d6fcb5a2740aaa3c5debd51d5eadb85349af..56d6b847ad98864e98a179abcc3fa6529f2509e4 100644
|
| --- a/webrtc/api/rtcstatscollector.h
|
| +++ b/webrtc/api/rtcstatscollector.h
|
| @@ -107,9 +107,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;
|
|
|