diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 19:57:10 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 19:57:10 +0000 |
commit | 32fab76701d40c87151c0c7750cb19b2da3d8c87 (patch) | |
tree | ec983f144f7ef0edcb64918f3aa06bfba9639947 /content/shell/shell_messages.h | |
parent | 8369e9fd0c229f391f66dfb0c6a176d9a39c7ec9 (diff) | |
download | chromium_src-32fab76701d40c87151c0c7750cb19b2da3d8c87.zip chromium_src-32fab76701d40c87151c0c7750cb19b2da3d8c87.tar.gz chromium_src-32fab76701d40c87151c0c7750cb19b2da3d8c87.tar.bz2 |
Rename ShellRenderView{,Host}Observer to LayoutTestController{,Host}
also hook up the stay on page after handling before unload flag.
BUG=111316
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/10544029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140814 0039d316-1c4b-4281-b951-d872f2087c98
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) |