Index: chrome/common/cast_messages.h |
diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h |
index 55d082c4ca730f208267afba26f6e90158d8a95e..84452ae28b43036357326e96bdca78e6995d32e1 100644 |
--- a/chrome/common/cast_messages.h |
+++ b/chrome/common/cast_messages.h |
@@ -139,13 +139,17 @@ IPC_MESSAGE_CONTROL4( |
base::TimeTicks /* current_time */, |
uint32 /* current_time_as_rtp_timestamp */) |
-IPC_MESSAGE_CONTROL5( |
- CastHostMsg_ResendPackets, |
+IPC_MESSAGE_CONTROL3( |
+ CastHostMsg_CancelSendingFrames, |
int32 /* channel_id */, |
- bool /* is_audio */, |
- media::cast::MissingFramesAndPacketsMap /* missing_packets */, |
- bool /* cancel_rtx_if_not_in_list */, |
- base::TimeDelta /* dedupe_window */) |
+ uint32 /* ssrc */, |
+ std::vector<uint32> /* frame_ids */) |
+ |
+IPC_MESSAGE_CONTROL3( |
+ CastHostMsg_ResendFrameForKickstart, |
+ int32 /* channel_id */, |
+ uint32 /* ssrc */, |
+ uint32 /* frame_id */) |
IPC_MESSAGE_CONTROL2( |
CastHostMsg_New, |