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

Unified Diff: webrtc/test/rtp_rtcp_observer.h

Issue 2784543002: Revert of Don't hardcode MediaType::ANY in FakeNetworkPipe. (Closed)
Patch Set: Created 3 years, 9 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/test/layer_filtering_transport.cc ('k') | webrtc/video/end_to_end_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/rtp_rtcp_observer.h
diff --git a/webrtc/test/rtp_rtcp_observer.h b/webrtc/test/rtp_rtcp_observer.h
index b268e4ba026d83ef316526a30a5b3e00e6d99764..8e1375f20fb06ccc6c509c149c24d7a211a21818 100644
--- a/webrtc/test/rtp_rtcp_observer.h
+++ b/webrtc/test/rtp_rtcp_observer.h
@@ -94,9 +94,8 @@
PacketTransport(Call* send_call,
RtpRtcpObserver* observer,
TransportType transport_type,
- MediaType media_type,
const FakeNetworkPipe::Config& configuration)
- : test::DirectTransport(configuration, send_call, media_type),
+ : test::DirectTransport(configuration, send_call),
observer_(observer),
transport_type_(transport_type) {}
« no previous file with comments | « webrtc/test/layer_filtering_transport.cc ('k') | webrtc/video/end_to_end_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698