| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0f03be9943f0826d734d192b21f47d879ad36094..abccf16c47993e7d8c3c603b105bd8955ae67ee6 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1180,6 +1180,11 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_ShowWidget,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_ShowFullscreenWidget,
|
| int /* route_id */)
|
|
|
| +// This message is sent after ViewHostMsg_ShowView to cause the RenderView
|
| +// to run in a modal fashion until it is closed.
|
| +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.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_RenderViewReady)
|
|
|