Index: webrtc/api/stats/rtcstats_objects.h |
diff --git a/webrtc/api/stats/rtcstats_objects.h b/webrtc/api/stats/rtcstats_objects.h |
index dab947ec4e4034cd211b8e7428722a1ea1dba566..29e2d7633ccad83b3b89a117cbc71f74ddd1084d 100644 |
--- a/webrtc/api/stats/rtcstats_objects.h |
+++ b/webrtc/api/stats/rtcstats_objects.h |
@@ -136,7 +136,6 @@ class RTCIceCandidatePairStats final : public RTCStats { |
// "RTCStatsMember<RTCStatsIceCandidatePairState>"? |
RTCStatsMember<std::string> state; |
RTCStatsMember<uint64_t> priority; |
- // TODO(hbos): Collect and populate this value. https://bugs.webrtc.org/7062 |
RTCStatsMember<bool> nominated; |
// TODO(hbos): Collect this the way the spec describes it. We have a value for |
// it but it is not spec-compliant. https://bugs.webrtc.org/7062 |