| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index a8a289854bb9b5f3763222e3dddd3124c0027f77..6f6c8a89b2aca2305e03adb0b45b370056deed0c 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -297,6 +297,10 @@ IPC_MESSAGE_ROUTED1(FrameMsg_Navigate, FrameMsg_Navigate_Params)
|
| // finished.
|
| IPC_MESSAGE_ROUTED0(FrameMsg_SwapOut)
|
|
|
| +// Request for the renderer to insert CSS into the frame.
|
| +IPC_MESSAGE_ROUTED1(FrameMsg_CSSInsertRequest,
|
| + std::string /* css */)
|
| +
|
| // -----------------------------------------------------------------------------
|
| // Messages sent from the renderer to the browser.
|
|
|
|
|