Index: webrtc/audio/audio_send_stream.cc |
diff --git a/webrtc/audio/audio_send_stream.cc b/webrtc/audio/audio_send_stream.cc |
index 377002f929023d645eaccc0fd2fb0bf09a837db5..ee84b96aaa3700a8e7d937e0cf3d4ec1dfd0990d 100644 |
--- a/webrtc/audio/audio_send_stream.cc |
+++ b/webrtc/audio/audio_send_stream.cc |
@@ -64,8 +64,7 @@ |
rtc::TaskQueue* worker_queue, |
CongestionController* congestion_controller, |
BitrateAllocator* bitrate_allocator, |
- RtcEventLog* event_log, |
- RtcpRttStats* rtcp_rtt_stats) |
+ RtcEventLog* event_log) |
: worker_queue_(worker_queue), |
config_(config), |
audio_state_(audio_state), |
@@ -78,7 +77,6 @@ |
VoiceEngineImpl* voe_impl = static_cast<VoiceEngineImpl*>(voice_engine()); |
channel_proxy_ = voe_impl->GetChannelProxy(config_.voe_channel_id); |
channel_proxy_->SetRtcEventLog(event_log); |
- channel_proxy_->SetRtcpRttStats(rtcp_rtt_stats); |
channel_proxy_->RegisterSenderCongestionControlObjects( |
congestion_controller->pacer(), |
congestion_controller->GetTransportFeedbackObserver(), |