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

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

Issue 2789843002: Delete VieRemb class, move functionality to PacketRouter. (Closed)
Patch Set: Delete obsolete suppression for PacketRouterTest.SendTransportFeedback. Created 3 years, 8 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
Index: webrtc/modules/congestion_controller/include/receive_side_congestion_controller.h
diff --git a/webrtc/modules/congestion_controller/include/receive_side_congestion_controller.h b/webrtc/modules/congestion_controller/include/receive_side_congestion_controller.h
index 1d205b59c5581ee04e54e6b6686bafcf7016c4d9..2fa5919f8c910740680c60d71b519ac907408951 100644
--- a/webrtc/modules/congestion_controller/include/receive_side_congestion_controller.h
+++ b/webrtc/modules/congestion_controller/include/receive_side_congestion_controller.h
@@ -32,7 +32,6 @@ class ReceiveSideCongestionController : public CallStatsObserver,
public:
ReceiveSideCongestionController(
const Clock* clock,
- RemoteBitrateObserver* remote_bitrate_observer,
PacketRouter* packet_router);
virtual ~ReceiveSideCongestionController() {}

Powered by Google App Engine
This is Rietveld 408576698