diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 20:11:30 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 20:11:30 +0000 |
commit | 14d91b56f7d5784ad02f24da838ff5e82c74bbfa (patch) | |
tree | d55e9a9b0d1b9af8e5715af86ed6d50920b9aee8 /content/shell/shell_messages.h | |
parent | 32fab76701d40c87151c0c7750cb19b2da3d8c87 (diff) | |
download | chromium_src-14d91b56f7d5784ad02f24da838ff5e82c74bbfa.zip chromium_src-14d91b56f7d5784ad02f24da838ff5e82c74bbfa.tar.gz chromium_src-14d91b56f7d5784ad02f24da838ff5e82c74bbfa.tar.bz2 |
Revert 140814 - 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
TBR=jochen@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10537034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140815 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, 0 insertions, 3 deletions
diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h index 50ce122..eccc863 100644 --- a/content/shell/shell_messages.h +++ b/content/shell/shell_messages.h @@ -28,7 +28,4 @@ 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) |