Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 2190edb752cf621301e07e0015d50c479c3cfcf5..88dd7e18f800dcc9f39acd94aa31b84e69ba8f7f 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -371,6 +371,8 @@ IPC_MESSAGE_ROUTED0(FrameMsg_BeforeUnload) |
| IPC_MESSAGE_ROUTED1(FrameMsg_SwapOut, |
| int /* proxy_routing_id */) |
| +IPC_MESSAGE_ROUTED0(FrameMsg_Stop) |
|
Charlie Reis
2014/08/19 21:32:32
Let's add a comment here.
nasko
2014/08/20 14:15:17
Done.
|
| + |
| // Request for the renderer to insert CSS into the frame. |
| IPC_MESSAGE_ROUTED1(FrameMsg_CSSInsertRequest, |
| std::string /* css */) |