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

Unified Diff: webrtc/ortc/rtptransportcontrolleradapter.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/ortc/BUILD.gn ('k') | webrtc/ortc/rtptransportcontrolleradapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/ortc/rtptransportcontrolleradapter.h
diff --git a/webrtc/ortc/rtptransportcontrolleradapter.h b/webrtc/ortc/rtptransportcontrolleradapter.h
index 8601dfdb07b3e34efb34351da00daba15d376b64..1f778d785056454aff1a3070729c538229a65e21 100644
--- a/webrtc/ortc/rtptransportcontrolleradapter.h
+++ b/webrtc/ortc/rtptransportcontrolleradapter.h
@@ -195,6 +195,8 @@ class RtpTransportControllerAdapter : public RtpTransportControllerInterface,
const cricket::MediaConfig media_config_;
cricket::ChannelManager* channel_manager_;
webrtc::RtcEventLog* event_log_;
+ std::unique_ptr<RtpTransportControllerSendInterface>
+ rtp_transport_controller_send_;
std::unique_ptr<Call> call_;
// BaseChannel takes content descriptions as input, so we store them here
« no previous file with comments | « webrtc/ortc/BUILD.gn ('k') | webrtc/ortc/rtptransportcontrolleradapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698