| 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 2fd8450e6a0807187142ec898ef969633b6be8b0..f080f7349ad850ff6f82f2f6f8edbef7ca6988a5 100644
|
| --- a/chrome/browser/media/cast_transport_host_filter.h
|
| +++ b/chrome/browser/media/cast_transport_host_filter.h
|
| @@ -60,12 +60,10 @@ class CastTransportHostFilter : public content::BrowserMessageFilter {
|
| uint32 ssrc,
|
| base::TimeTicks current_time,
|
| uint32 current_time_as_rtp_timestamp);
|
| - void OnResendPackets(
|
| - int32 channel_id,
|
| - bool is_audio,
|
| - const media::cast::MissingFramesAndPacketsMap& missing_packets,
|
| - bool cancel_rtx_if_not_in_list,
|
| - base::TimeDelta dedupe_window);
|
| + void OnCancelSendingFrames(int32 channel_id, uint32 ssrc,
|
| + const std::set<uint32>& frame_ids);
|
| + void OnResendFrameForKickstart(int32 channel_id, uint32 ssrc,
|
| + uint32 frame_id);
|
| void OnNew(
|
| int32 channel_id,
|
| const net::IPEndPoint& remote_end_point);
|
|
|