| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index dd54cdbfbc0e4ba2f9d5b440b7d02aa91195b606..2190edb752cf621301e07e0015d50c479c3cfcf5 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -371,9 +371,6 @@
|
| 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 */)
|
|
|