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

Unified Diff: webrtc/api/stats/rtcstats_objects.h

Issue 2675943002: RTCInboundRTPStreamStats.qpSum collected. (Closed)
Patch Set: Removed set timestamp, moved default testing so that a test case could be removed Created 3 years, 10 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 | « no previous file | webrtc/pc/rtcstats_integrationtest.cc » ('j') | webrtc/pc/rtcstats_integrationtest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/stats/rtcstats_objects.h
diff --git a/webrtc/api/stats/rtcstats_objects.h b/webrtc/api/stats/rtcstats_objects.h
index ac00386370d04b5f7f4d3973d45b596c96ae7aa3..3ee1b4fe3a4dc9c4d069c688a59073bae914c29e 100644
--- a/webrtc/api/stats/rtcstats_objects.h
+++ b/webrtc/api/stats/rtcstats_objects.h
@@ -325,8 +325,6 @@ class RTCRTPStreamStats : public RTCStats {
// TODO(hbos): Not collected by |RTCStatsCollector|. crbug.com/657854
// SLI count is only defined for |media_type == "video"|.
RTCStatsMember<uint32_t> sli_count;
- // TODO(hbos): Only collected for the outbound case, should also be collected
- // for inbound case by |RTCStatsCollector|. crbug.com/657854, crbug.com/657855
RTCStatsMember<uint64_t> qp_sum;
protected:
« no previous file with comments | « no previous file | webrtc/pc/rtcstats_integrationtest.cc » ('j') | webrtc/pc/rtcstats_integrationtest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698