diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 22:20:04 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 22:20:04 +0000 |
commit | cccb5cfafbd1372883b3fa5b858b74905e8937d6 (patch) | |
tree | 548441a7e6fb992f98876c453e4ced7ea23afa61 /content/shell/shell_messages.h | |
parent | 8069048b719fb80323b2a0dd85ff989789e49c09 (diff) | |
download | chromium_src-cccb5cfafbd1372883b3fa5b858b74905e8937d6.zip chromium_src-cccb5cfafbd1372883b3fa5b858b74905e8937d6.tar.gz chromium_src-cccb5cfafbd1372883b3fa5b858b74905e8937d6.tar.bz2 |
Reland 140814 - Rename ShellRenderView{,Host}Observer to LayoutTestController{,Host}
also hook up the stay on page after handling before unload flag.
Also removing incorrect references from aura/ui code to layout test controller stuff
BUG=111316
TEST=manual
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10538031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140862 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) |