Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 7ca795269dad87009865a43b8e8faac2bb3184dc..eff27e19bdf0ec130808d3df8b70ab49fb79037e 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -879,6 +879,9 @@ IPC_MESSAGE_ROUTED1(FrameMsg_UpdatePluginContentOriginWhitelist, |
| std::set<url::Origin> /* origin_whitelist */) |
| #endif // defined(ENABLE_PLUGINS) |
| +// Used to instruct the RenderFrame to go into "view source" mode. |
|
nasko
2016/03/23 22:16:46
nit: Add a bit of comment that it is valid to send
|
| +IPC_MESSAGE_ROUTED0(FrameMsg_EnableViewSourceMode) |
| + |
| // ----------------------------------------------------------------------------- |
| // Messages sent from the renderer to the browser. |