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

Unified Diff: webrtc/modules/congestion_controller/include/congestion_controller.h

Issue 2685673003: Define RtpTransportControllerSendInterface. (Closed)
Patch Set: Rebased. 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/call/rtp_transport_controller_send.h ('k') | webrtc/test/mock_voe_channel_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/congestion_controller/include/congestion_controller.h
diff --git a/webrtc/modules/congestion_controller/include/congestion_controller.h b/webrtc/modules/congestion_controller/include/congestion_controller.h
index be2d68d9017fef5e147d85018df49a3a0070d07f..3bb1c53fa7323e371b484a4b063bc7b9d3675773 100644
--- a/webrtc/modules/congestion_controller/include/congestion_controller.h
+++ b/webrtc/modules/congestion_controller/include/congestion_controller.h
@@ -88,8 +88,11 @@ class CongestionController : public CallStatsObserver,
bool send_side_bwe);
virtual int64_t GetPacerQueuingDelayMs() const;
// TODO(nisse): Delete this accessor function. The pacer should be
- // internal to the congestion controller.
+ // internal to the congestion controller. Currently needed by Call,
+ // to register the pacer module on the right thread.
virtual PacedSender* pacer() { return send_side_cc_.pacer(); }
+ // TODO(nisse): Delete this method, as soon as downstream projects
+ // are updated.
virtual TransportFeedbackObserver* GetTransportFeedbackObserver() {
return this;
}
« no previous file with comments | « webrtc/call/rtp_transport_controller_send.h ('k') | webrtc/test/mock_voe_channel_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698