Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(529)

Unified Diff: content/common/frame_messages.h

Issue 1014623002: Revert "Refactor sudden termination" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + fixed compilation error Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 127daf0fb070ab93eed4e655aaea3d398e20f4fe..bd9809b170f681d0cf1b3d30c0a135918d38a5ac 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -820,14 +820,6 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_VisualStateResponse, uint64 /* id */)
// See the comment in chrome/browser/ui/browser.h for more details.
IPC_MESSAGE_ROUTED1(FrameHostMsg_ToggleFullscreen, bool /* enter_fullscreen */)
-// Messages to signal the presence or absence of BeforeUnload or Unload handlers
-// for a frame. |present| is true if there is at least one of the handlers for
-// the frame.
-IPC_MESSAGE_ROUTED1(FrameHostMsg_BeforeUnloadHandlersPresent,
- bool /* present */)
-IPC_MESSAGE_ROUTED1(FrameHostMsg_UnloadHandlersPresent,
- bool /* present */)
-
// Dispatch a load event for this frame in the iframe element of an
// out-of-process parent frame.
IPC_MESSAGE_ROUTED0(FrameHostMsg_DispatchLoad)
« no previous file with comments | « content/browser/web_contents/web_contents_impl_unittest.cc ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698