| Index: webrtc/api/statstypes.cc
|
| diff --git a/webrtc/api/statstypes.cc b/webrtc/api/statstypes.cc
|
| index feeead43745b19ae7b2245b5576faa8aa409d18e..61af82467a7595b2ff255726bd2d53a334839fa5 100644
|
| --- a/webrtc/api/statstypes.cc
|
| +++ b/webrtc/api/statstypes.cc
|
| @@ -363,6 +363,8 @@ bool StatsReport::Value::bool_val() const {
|
|
|
| const char* StatsReport::Value::display_name() const {
|
| switch (name) {
|
| + case kStatsValueNameAecDivergentFilterFraction:
|
| + return "aecDivergentFilterFraction";
|
| case kStatsValueNameAudioOutputLevel:
|
| return "audioOutputLevel";
|
| case kStatsValueNameAudioInputLevel:
|
|
|