| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index d9aca27058cc49c017d423b5357fa2cc16eaa94e..d77d9e6328d2ec9e3b4200f2a7266d1cbd211028 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -401,6 +401,9 @@ IPC_MESSAGE_ROUTED0(FrameMsg_BeforeUnload)
|
| IPC_MESSAGE_ROUTED1(FrameMsg_SwapOut,
|
| int /* proxy_routing_id */)
|
|
|
| +// Instructs the frame to stop the load in progress, if any.
|
| +IPC_MESSAGE_ROUTED0(FrameMsg_Stop)
|
| +
|
| // Request for the renderer to insert CSS into the frame.
|
| IPC_MESSAGE_ROUTED1(FrameMsg_CSSInsertRequest,
|
| std::string /* css */)
|
|
|