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

Unified Diff: content/common/frame_messages.h

Issue 30323002: [DRAFT] Create RenderFrameHostManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 1 month 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 c37424101d8fe8658b4a15708d2f432060717884..b335376187b44ea928c39d3829e57c904075b145 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -42,3 +42,11 @@ IPC_MESSAGE_ROUTED4(FrameHostMsg_DidStartProvisionalLoadForFrame,
bool /* true if it is the main frame */,
GURL /* url */)
+// Indicates that the current renderer has swapped out, after a SwapOut
+// message.
+IPC_MESSAGE_ROUTED0(FrameHostMsg_SwapOut_ACK)
+
+// Instructs the renderer to swap out for a cross-site transition, including
+// running the unload event handler. Expects a SwapOut_ACK message when
+// finished.
+IPC_MESSAGE_ROUTED0(FrameMsg_SwapOut)

Powered by Google App Engine
This is Rietveld 408576698