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

Unified Diff: webrtc/stats/rtcstats_objects.cc

Issue 2628573002: RTCMediaStreamTrackStats.ssrcIds removed. (Closed)
Patch Set: Created 3 years, 11 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/stats/rtcstats_objects.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/stats/rtcstats_objects.cc
diff --git a/webrtc/stats/rtcstats_objects.cc b/webrtc/stats/rtcstats_objects.cc
index 947cc32fad9dfa090e22e0f46beb0bbb68e227c3..59183ad60b6f930b00f2ecda4390ad07f974cb88 100644
--- a/webrtc/stats/rtcstats_objects.cc
+++ b/webrtc/stats/rtcstats_objects.cc
@@ -344,7 +344,6 @@ WEBRTC_RTCSTATS_IMPL(RTCMediaStreamTrackStats, RTCStats, "track",
&remote_source,
&ended,
&detached,
- &ssrc_ids,
&frame_width,
&frame_height,
&frames_per_second,
@@ -371,7 +370,6 @@ RTCMediaStreamTrackStats::RTCMediaStreamTrackStats(
remote_source("remoteSource"),
ended("ended"),
detached("detached"),
- ssrc_ids("ssrcIds"),
frame_width("frameWidth"),
frame_height("frameHeight"),
frames_per_second("framesPerSecond"),
@@ -394,7 +392,6 @@ RTCMediaStreamTrackStats::RTCMediaStreamTrackStats(
remote_source(other.remote_source),
ended(other.ended),
detached(other.detached),
- ssrc_ids(other.ssrc_ids),
frame_width(other.frame_width),
frame_height(other.frame_height),
frames_per_second(other.frames_per_second),
« no previous file with comments | « webrtc/api/stats/rtcstats_objects.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698