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

Unified Diff: chrome/common/cast_messages.h

Issue 322953004: Cast: Don't cancel re-transmission for some cases (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
Index: chrome/common/cast_messages.h
diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h
index a4b425c42f91eaf8b1b5ec45312f245fa0749c01..4069837a9016c0feb8576faa82155e5a24f0616e 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_not_in_list */)
IPC_MESSAGE_CONTROL2(
CastHostMsg_New,

Powered by Google App Engine
This is Rietveld 408576698