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 fefde8b144946c47571881e0a685619138178ca6..1769807a3b087367cdbe5c0688ec2b5383cd4c4d 100644 |
--- a/chrome/browser/media/cast_transport_host_filter.h |
+++ b/chrome/browser/media/cast_transport_host_filter.h |
@@ -40,10 +40,8 @@ class CastTransportHostFilter : public content::BrowserMessageFilter { |
bool OnMessageReceived(const IPC::Message& message) override; |
// Forwarding functions. |
- void OnInitializeAudio(int32_t channel_id, |
- const media::cast::CastTransportRtpConfig& config); |
- void OnInitializeVideo(int32_t channel_id, |
- const media::cast::CastTransportRtpConfig& config); |
+ void OnInitializeStream(int32_t channel_id, |
+ const media::cast::CastTransportRtpConfig& config); |
void OnInsertFrame(int32_t channel_id, |
uint32_t ssrc, |
const media::cast::EncodedFrame& frame); |