| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index e1069a29d07debb43ebf242b7f2dafd56b94dac0..4d0f6dbb083365d0ecdb6bb9762be12fb5d1d5d9 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -884,6 +884,11 @@ IPC_MESSAGE_ROUTED1(FrameMsg_UpdatePluginContentOriginWhitelist,
|
| // only be sent to the main frame.
|
| IPC_MESSAGE_ROUTED0(FrameMsg_EnableViewSourceMode)
|
|
|
| +// Tells the frame to suppress any further modal dialogs until it receives a
|
| +// corresponding FrameMsg_SwapOut message. This ensures that no
|
| +// PageGroupLoadDeferrer is on the stack for SwapOut.
|
| +IPC_MESSAGE_ROUTED0(FrameMsg_SuppressDialogsUntilSwapOut)
|
| +
|
| // -----------------------------------------------------------------------------
|
| // Messages sent from the renderer to the browser.
|
|
|
|
|