| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 355489bc51f1de9aa4df1a9b5875133e8794eb70..e33b639d1060906e2c109823cd24b1cc205cce21 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -753,6 +753,10 @@ IPC_STRUCT_BEGIN(ViewMsg_PostMessage_Params)
|
|
|
| // The origin for the message's target.
|
| IPC_STRUCT_MEMBER(string16, target_origin)
|
| +
|
| + // Information about the MessagePorts this message contains.
|
| + IPC_STRUCT_MEMBER(std::vector<int>, message_port_ids)
|
| + IPC_STRUCT_MEMBER(std::vector<int>, new_routing_ids)
|
| IPC_STRUCT_END()
|
|
|
| // Messages sent from the browser to the renderer.
|
|
|