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

Unified Diff: webrtc/call/fake_rtp_transport_controller_send.h

Issue 2880323002: Move ownership of RtpTransportControllerSendInterface from Call to PeerConnection.
Patch Set: Delete shadowing member variables in BitrateEstimatorTest. Created 3 years, 7 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/call/call_unittest.cc ('k') | webrtc/call/rtp_transport_controller_send.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/fake_rtp_transport_controller_send.h
diff --git a/webrtc/call/fake_rtp_transport_controller_send.h b/webrtc/call/fake_rtp_transport_controller_send.h
index 2456228f5315ba642777b09f9d0c7f1fb3605980..de914099467e60da807d9e5d7ad22001493930be 100644
--- a/webrtc/call/fake_rtp_transport_controller_send.h
+++ b/webrtc/call/fake_rtp_transport_controller_send.h
@@ -17,6 +17,11 @@
namespace webrtc {
+// TODO(nisse): This is almost the same as RtpTransportControllerSend,
+// only difference is that it doesn't own the PacketRouter and
+// SendSideCongestionController. However, RtpTransportControllerSend
+// should likely move in that direction too, and then this class
+// becomes redundant.
class FakeRtpTransportControllerSend
: public RtpTransportControllerSendInterface {
public:
« no previous file with comments | « webrtc/call/call_unittest.cc ('k') | webrtc/call/rtp_transport_controller_send.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698