| Index: webrtc/api/statstypes.cc
|
| diff --git a/webrtc/api/statstypes.cc b/webrtc/api/statstypes.cc
|
| index 4a5bd69b9d3cc3d090b8fde0433b0631afc4d49e..ab7ef4989705b75e5a907ad526a864fec847a28d 100644
|
| --- a/webrtc/api/statstypes.cc
|
| +++ b/webrtc/api/statstypes.cc
|
| @@ -576,6 +576,8 @@ const char* StatsReport::Value::display_name() const {
|
| return "remoteCertificateId";
|
| case kStatsValueNameResidualEchoLikelihood:
|
| return "googResidualEchoLikelihood";
|
| + case kStatsValueNameResidualEchoLikelihoodRecentMax:
|
| + return "googResidualEchoLikelihoodRecentMax";
|
| case kStatsValueNameRetransmitBitrate:
|
| return "googRetransmitBitrate";
|
| case kStatsValueNameRtt:
|
|
|