| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index d235508bf6fd15ad9f554599a7f1e2fece7ae38b..5941797043afea971c26758bb1a788fac62697ac 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1511,6 +1511,11 @@ IPC_MESSAGE_ROUTED2(FrameHostMsg_BeginNavigation,
|
| content::CommonNavigationParams,
|
| content::BeginNavigationParams)
|
|
|
| +// PlzNavigate
|
| +// Tells the browser to abort an ongoing renderer-initiated navigation. This is
|
| +// used when the page calls document.open.
|
| +IPC_MESSAGE_ROUTED0(FrameHostMsg_AbortNavigation)
|
| +
|
| // Sent as a response to FrameMsg_VisualStateRequest.
|
| // The message is delivered using RenderWidget::QueueMessage.
|
| IPC_MESSAGE_ROUTED1(FrameHostMsg_VisualStateResponse, uint64_t /* id */)
|
|
|