Index: webrtc/api/statstypes.cc |
diff --git a/webrtc/api/statstypes.cc b/webrtc/api/statstypes.cc |
index fb9e1e5d75092d45437c5cbc0389c8d3b48a3672..0d7cd23ffe1b1adb6ad292d10d6fcf0005f7b226 100644 |
--- a/webrtc/api/statstypes.cc |
+++ b/webrtc/api/statstypes.cc |
@@ -520,6 +520,8 @@ const char* StatsReport::Value::display_name() const { |
return "googMaxDecodeMs"; |
case kStatsValueNameCurrentDelayMs: |
return "googCurrentDelayMs"; |
+ case kStatsValueNameContentType: |
tommi
2017/08/30 15:03:27
see for example where kStatsValueNameCurrentDelayM
ilnik
2017/08/30 15:30:24
Moved it to alphabetically correct place.
|
+ return "googContentType"; |
case kStatsValueNameTargetDelayMs: |
return "googTargetDelayMs"; |
case kStatsValueNameJitterBufferMs: |