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

Unified Diff: media/cast/transport/transport_audio_sender.cc

Issue 281453003: Cast: Simplify code path for RTCP sender report (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 6 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 | « media/cast/transport/transport_audio_sender.h ('k') | media/cast/transport/transport_video_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/transport/transport_audio_sender.cc
diff --git a/media/cast/transport/transport_audio_sender.cc b/media/cast/transport/transport_audio_sender.cc
index 36351379790d1b864660abcb6195b413c66e264f..423d3143827e24ddfab76a28ed0b59a34331c951 100644
--- a/media/cast/transport/transport_audio_sender.cc
+++ b/media/cast/transport/transport_audio_sender.cc
@@ -68,11 +68,6 @@ void TransportAudioSender::ResendPackets(
rtp_sender_.ResendPackets(missing_frames_and_packets);
}
-void TransportAudioSender::SubscribeAudioRtpStatsCallback(
- const CastTransportRtpStatistics& callback) {
- rtp_sender_.SubscribeRtpStatsCallback(callback);
-}
-
} // namespace transport
} // namespace cast
} // namespace media
« no previous file with comments | « media/cast/transport/transport_audio_sender.h ('k') | media/cast/transport/transport_video_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698