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

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

Issue 1878883003: Refactor: simplify interface of SenderRtcpSession and CastTransport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
« 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 2fde3c49b280b1765294b525d9ca490ec9da42af..ad9818e027663bea507693fbfb2212e4d5c7e452 100644
--- a/chrome/browser/media/cast_transport_host_filter.h
+++ b/chrome/browser/media/cast_transport_host_filter.h
@@ -35,13 +35,6 @@ class CastTransportHostFilter : public content::BrowserMessageFilter {
// Status callback to create UdpTransport.
void OnStatusChanged(int32_t channel_id,
media::cast::CastTransportStatus status);
- void SendRtt(int32_t channel_id,
- uint32_t rtp_sender_ssrc,
- base::TimeDelta rtt);
- void SendCastMessage(int32_t channel_id,
- uint32_t rtp_sender_ssrc,
- const media::cast::RtcpCastMessage& cast_message);
- void SendReceivedPli(int32_t channel_id, uint32_t rtp_sender_ssrc);
// BrowserMessageFilter implementation.
bool OnMessageReceived(const IPC::Message& message) override;
« 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