Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 3348bd95f8306d6688d38e8fc6fa8a67fdab3a76..375f65c4f880af2717bc1e10448b6249ee9130c3 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1154,6 +1154,11 @@ IPC_MESSAGE_ROUTED0(ViewMsg_CantFocus) |
// via ViewHostMsg_ShouldClose. |
IPC_MESSAGE_ROUTED0(ViewMsg_ShouldClose) |
+// Tells the renderer to suppress any further modal dialogs until it receives a |
+// corresponding ViewMsg_SwapOut message. This ensures that no |
+// PageGroupLoadDeferrer is on the stack for SwapOut. |
+IPC_MESSAGE_ROUTED0(ViewMsg_SuppressDialogsUntilSwapOut) |
+ |
// Instructs the renderer to swap out for a cross-site transition, including |
// running the unload event handler. Expects a SwapOut_ACK message when |
// finished. |