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

Unified Diff: webrtc/api/statstypes.cc

Issue 3009793002: Implement googContentType GetStats metric reported on receive side. (Closed)
Patch Set: Fix broken tests on ASAN Created 3 years, 3 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
« no previous file with comments | « webrtc/api/statstypes.h ('k') | webrtc/api/video/video_content_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/statstypes.cc
diff --git a/webrtc/api/statstypes.cc b/webrtc/api/statstypes.cc
index 29a171e93326af4ace5b0708210f2cc2921f115d..714d36b54b9e8e8d6679dd8c5989612665d85164 100644
--- a/webrtc/api/statstypes.cc
+++ b/webrtc/api/statstypes.cc
@@ -460,6 +460,8 @@ const char* StatsReport::Value::display_name() const {
return "googComponent";
case kStatsValueNameContentName:
return "googContentName";
+ case kStatsValueNameContentType:
+ return "googContentType";
case kStatsValueNameCpuLimitedResolution:
return "googCpuLimitedResolution";
case kStatsValueNameDecodingCTSG:
« no previous file with comments | « webrtc/api/statstypes.h ('k') | webrtc/api/video/video_content_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698