| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 4e18783c0361d54bb373f6e8242f11aeb4d5fd70..65f2fc15a2ae716005c9cb206dd5af98ebb44d82 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1261,7 +1261,8 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_ShowFullscreenWidget,
|
|
|
| // 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.
|
|
|