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

Unified Diff: chrome/browser/media/cast_transport_host_filter.h

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 | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/cast_transport_host_filter.h
diff --git a/chrome/browser/media/cast_transport_host_filter.h b/chrome/browser/media/cast_transport_host_filter.h
index 04650e51f2cf2826df35e02b07425bba98ad551b..46830db84eb3455259ec53148eccd4da99a3648a 100644
--- a/chrome/browser/media/cast_transport_host_filter.h
+++ b/chrome/browser/media/cast_transport_host_filter.h
@@ -27,12 +27,6 @@ class CastTransportHostFilter : public content::BrowserMessageFilter {
void ReceivedPacket(
int32 channel_id,
scoped_ptr<media::cast::transport::Packet> result);
- void ReceivedRtpStatistics(
- int32 channel_id,
- bool audio,
- const media::cast::transport::RtcpSenderInfo& sender_info,
- base::TimeTicks time_sent,
- uint32 rtp_timestamp);
void RawEvents(int32 channel_id,
const std::vector<media::cast::PacketEvent>& packet_events);
@@ -58,7 +52,6 @@ class CastTransportHostFilter : public content::BrowserMessageFilter {
void OnSendRtcpFromRtpSender(
int32 channel_id,
const media::cast::transport::SendRtcpFromRtpSenderData& data,
- const media::cast::transport::RtcpSenderInfo& sender_info,
const media::cast::transport::RtcpDlrrReportBlock& dlrr);
void OnResendPackets(
int32 channel_id,
« no previous file with comments | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698