Index: chrome/common/cast_messages.h |
diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h |
index a4b425c42f91eaf8b1b5ec45312f245fa0749c01..6f917ce2de383eb51d15ce8c1c9b4b64ff9f9c58 100644 |
--- a/chrome/common/cast_messages.h |
+++ b/chrome/common/cast_messages.h |
@@ -133,11 +133,12 @@ IPC_MESSAGE_CONTROL3( |
media::cast::transport::SendRtcpFromRtpSenderData /* data */, |
media::cast::transport::RtcpDlrrReportBlock /* dlrr */) |
-IPC_MESSAGE_CONTROL3( |
+IPC_MESSAGE_CONTROL4( |
CastHostMsg_ResendPackets, |
int32 /* channel_id */, |
bool /* is_audio */, |
- media::cast::MissingFramesAndPacketsMap /* missing_packets */) |
+ media::cast::MissingFramesAndPacketsMap /* missing_packets */, |
+ bool /* cancel_rtx_if_not_in_list */) |
IPC_MESSAGE_CONTROL2( |
CastHostMsg_New, |