| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 0ee5ac34f742ac7589ff5a8824cf8f22e7c4faed..213b825f62a2dc6b35bae9d4ecf3bcf23ee46ef7 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -884,6 +884,10 @@ 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. This ensures that no
|
| +// ScopedPageLoadDeferrer is on the stack for SwapOut.
|
| +IPC_MESSAGE_ROUTED0(FrameMsg_SuppressFurtherDialogs)
|
| +
|
| // -----------------------------------------------------------------------------
|
| // Messages sent from the renderer to the browser.
|
|
|
|
|