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

Unified Diff: webrtc/call/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/fake_rtp_transport_controller_send.h ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/rtp_transport_controller_send.h
diff --git a/webrtc/call/rtp_transport_controller_send.h b/webrtc/call/rtp_transport_controller_send.h
index b626fa887e919c8b6df68bf8480be95d62888687..757b30cf80d5732177b75f44b323765380370d3d 100644
--- a/webrtc/call/rtp_transport_controller_send.h
+++ b/webrtc/call/rtp_transport_controller_send.h
@@ -38,6 +38,10 @@ class RtpTransportControllerSend : public RtpTransportControllerSendInterface {
private:
PacketRouter packet_router_;
+ // TODO(nisse): Should have a pointer to the
+ // SendSideCongestionController, to be able to share it between
+ // multiple transports. Unclear if the PacketRouter should be shared
+ // as well?
SendSideCongestionController send_side_cc_;
RTC_DISALLOW_COPY_AND_ASSIGN(RtpTransportControllerSend);
« no previous file with comments | « webrtc/call/fake_rtp_transport_controller_send.h ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698