| Index: webrtc/pc/rtcstatscollector.cc
|
| diff --git a/webrtc/pc/rtcstatscollector.cc b/webrtc/pc/rtcstatscollector.cc
|
| index 99d7bc1c90b300ab8b34f8f00c36fe79dd942a78..81443bb82c6d97adfeb9ea4101a488e1ce7827ae 100644
|
| --- a/webrtc/pc/rtcstatscollector.cc
|
| +++ b/webrtc/pc/rtcstatscollector.cc
|
| @@ -866,6 +866,7 @@ void RTCStatsCollector::ProduceIceCandidateAndPairStats_n(
|
| candidate_pair_stats->state =
|
| IceCandidatePairStateToRTCStatsIceCandidatePairState(info.state);
|
| candidate_pair_stats->priority = info.priority;
|
| + candidate_pair_stats->nominated = info.nominated;
|
| // TODO(hbos): This writable is different than the spec. It goes to
|
| // false after a certain amount of time without a response passes.
|
| // crbug.com/633550
|
|
|