Index: webrtc/api/statstypes.cc |
diff --git a/webrtc/api/statstypes.cc b/webrtc/api/statstypes.cc |
index 339d5bbaf7fe12040a56d98cdf819c36ad13f7ab..391a938cc7dbb69ef7ee955f8cbcdc22133e806b 100644 |
--- a/webrtc/api/statstypes.cc |
+++ b/webrtc/api/statstypes.cc |
@@ -568,6 +568,8 @@ const char* StatsReport::Value::display_name() const { |
return "googRemoteCandidateType"; |
case kStatsValueNameRemoteCertificateId: |
return "remoteCertificateId"; |
+ case kStatsValueNameResidualEchoLikelihood: |
+ return "googResidualEchoLikelihood"; |
case kStatsValueNameRetransmitBitrate: |
return "googRetransmitBitrate"; |
case kStatsValueNameRtt: |