Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(727)

Unified Diff: webrtc/api/statstypes.cc

Issue 3009793002: Implement googContentType GetStats metric reported on receive side. (Closed)
Patch Set: Fix ce Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698