diff options
Diffstat (limited to 'content/shell/shell_messages.h')
-rw-r--r-- | content/shell/shell_messages.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h index eccc863..50ce122 100644 --- a/content/shell/shell_messages.h +++ b/content/shell/shell_messages.h @@ -28,4 +28,7 @@ IPC_MESSAGE_ROUTED0(ShellViewHostMsg_NotifyDone) IPC_MESSAGE_ROUTED0(ShellViewHostMsg_DumpAsText) IPC_MESSAGE_ROUTED0(ShellViewHostMsg_DumpChildFramesAsText) IPC_MESSAGE_ROUTED0(ShellViewHostMsg_SetPrinting) +IPC_MESSAGE_ROUTED1( + ShellViewHostMsg_SetShouldStayOnPageAfterHandlingBeforeUnload, + bool /* should_stay_on_page */) IPC_MESSAGE_ROUTED0(ShellViewHostMsg_WaitUntilDone) |