| Index: chrome/common/cast_messages.h
|
| diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h
|
| index b1b9f5a9f41c33c8513e82a61627951377cb46ec..c1e22dd5a8584bf3525d3810ac2994485a7422d0 100644
|
| --- a/chrome/common/cast_messages.h
|
| +++ b/chrome/common/cast_messages.h
|
| @@ -141,10 +141,11 @@ IPC_MESSAGE_CONTROL3(
|
| uint32 /* ssrc */,
|
| uint32 /* frame_id */)
|
|
|
| -IPC_MESSAGE_CONTROL2(
|
| +IPC_MESSAGE_CONTROL3(
|
| CastHostMsg_New,
|
| int32 /* channel_id */,
|
| - net::IPEndPoint /*remote_end_point*/)
|
| + net::IPEndPoint /* remote_end_point */,
|
| + base::DictionaryValue /* options */)
|
|
|
| IPC_MESSAGE_CONTROL1(
|
| CastHostMsg_Delete,
|
|
|