| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0c7bd5419afe84d86015bd625257daf27b481416..3a9c308cafe162d087a9e1f567306ea20cc4856a 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1608,6 +1608,10 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_DownloadUrl,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_GoToEntryAtOffset,
|
| int /* offset (from current) of history item to get */)
|
|
|
| +// Sent from an inactive renderer for the browser to route to the active
|
| +// renderer, instructing it to close.
|
| +IPC_MESSAGE_ROUTED0(ViewHostMsg_RouteCloseEvent)
|
| +
|
| IPC_SYNC_MESSAGE_ROUTED4_2(ViewHostMsg_RunJavaScriptMessage,
|
| string16 /* in - alert message */,
|
| string16 /* in - default prompt */,
|
|
|