| Index: content/common/view_messages.h
|
| ===================================================================
|
| --- content/common/view_messages.h (revision 138274)
|
| +++ content/common/view_messages.h (working copy)
|
| @@ -1247,7 +1247,8 @@
|
|
|
| // This message is sent after ViewHostMsg_ShowView to cause the RenderView
|
| // to run in a modal fashion until it is closed.
|
| -IPC_SYNC_MESSAGE_ROUTED0_0(ViewHostMsg_RunModal)
|
| +IPC_SYNC_MESSAGE_ROUTED1_0(ViewHostMsg_RunModal,
|
| + int /* opener_id */)
|
|
|
| // Indicates the renderer is ready in response to a ViewMsg_New or
|
| // a ViewMsg_CreatingNew_ACK.
|
|
|