| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 7ca795269dad87009865a43b8e8faac2bb3184dc..d8e5931037314370feaff3f5ee0e54216d962fb8 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -879,6 +879,10 @@ 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. This should
|
| +// only be sent to the main frame.
|
| +IPC_MESSAGE_ROUTED0(FrameMsg_EnableViewSourceMode)
|
| +
|
| // -----------------------------------------------------------------------------
|
| // Messages sent from the renderer to the browser.
|
|
|
|
|