Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index a8a289854bb9b5f3763222e3dddd3124c0027f77..2dcf63dd3abbb830bbfca0c12063541b1cbe390e 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 string */) |
nasko
2014/03/06 19:31:55
nit: The comment should match the parameter name.
Avi (use Gerrit)
2014/03/06 21:21:04
Done.
|
+ |
// ----------------------------------------------------------------------------- |
// Messages sent from the renderer to the browser. |