| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index f3dfdc8d3430d858800d0957357f3654baad2e11..6ed558f85a04bb1cbac6b23582efda95525d24d8 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1323,11 +1323,12 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_DownloadUrl,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_GoToEntryAtOffset,
|
| int /* offset (from current) of history item to get */)
|
|
|
| -IPC_SYNC_MESSAGE_ROUTED4_2(ViewHostMsg_RunJavaScriptMessage,
|
| +IPC_SYNC_MESSAGE_ROUTED5_2(ViewHostMsg_RunJavaScriptMessage,
|
| std::wstring /* in - alert message */,
|
| std::wstring /* in - default prompt */,
|
| GURL /* in - originating page URL */,
|
| int /* in - dialog flags */,
|
| + bool /* in - unload handler being run? */,
|
| bool /* out - success */,
|
| std::wstring /* out - prompt field */)
|
|
|
|
|