| Index: chrome/common/cast_messages.h
|
| diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h
|
| index f4db986f1ab946750a66bf6780a45eb0b4e8d3dc..710292c12010eac26e8e55c1ca876eb64411cf92 100644
|
| --- a/chrome/common/cast_messages.h
|
| +++ b/chrome/common/cast_messages.h
|
| @@ -150,6 +150,8 @@ IPC_MESSAGE_CONTROL3(CastMsg_RtcpCastMessage,
|
| uint32_t /* ssrc */,
|
| media::cast::RtcpCastMessage /* cast_message */)
|
|
|
| +IPC_MESSAGE_CONTROL2(CastMsg_Pli, int32_t /* channel_id */, uint32_t /* ssrc */)
|
| +
|
| IPC_MESSAGE_CONTROL2(CastMsg_NotifyStatusChange,
|
| int32_t /* channel_id */,
|
| media::cast::CastTransportStatus /* status */)
|
|
|