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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc

Issue 1848813003: Remove deprecated RtpReceiver::CreateAudioReceiver() function. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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/modules/rtp_rtcp/include/rtp_receiver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc b/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc
index 42c0cd44f9669f43073223fcf594af4c976b1f6d..6f2efe783a169e9d6c575fdef18f3288afd2eb69 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc
+++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc
@@ -52,19 +52,6 @@ RtpReceiver* RtpReceiver::CreateAudioReceiver(
RTPReceiverStrategy::CreateAudioStrategy(incoming_payload_callback));
}
-// TODO(solenberg): Remove, after updating downstream code.
-RtpReceiver* RtpReceiver::CreateAudioReceiver(
- Clock* clock,
- RtpAudioFeedback* incoming_audio_feedback,
- RtpData* incoming_payload_callback,
- RtpFeedback* incoming_messages_callback,
- RTPPayloadRegistry* rtp_payload_registry) {
- return CreateAudioReceiver(clock,
- incoming_payload_callback,
- incoming_messages_callback,
- rtp_payload_registry);
-}
-
RtpReceiverImpl::RtpReceiverImpl(
Clock* clock,
RtpFeedback* incoming_messages_callback,
« no previous file with comments | « webrtc/modules/rtp_rtcp/include/rtp_receiver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698