| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index bd133152a9ebb8eb2a89c8ec494a171b0db419df..ae546865683628f4f354c8448613285f1d238760 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -221,6 +221,13 @@ IPC_BEGIN_MESSAGES(View)
|
| std::wstring, /* frame_xpath */
|
| std::wstring /* jscript_url */)
|
|
|
| + // Request for the renderer to evaluate an xpath to a frame and insert css
|
| + // into that frame's document. See ViewMsg_ScriptEvalRequest for details on
|
| + // allowed xpath expressions.
|
| + IPC_MESSAGE_ROUTED2(ViewMsg_CSSInsertRequest,
|
| + std::wstring, /* frame_xpath */
|
| + std::string /* css string */)
|
| +
|
| // Log a message to the console of the target frame
|
| IPC_MESSAGE_ROUTED3(ViewMsg_AddMessageToConsole,
|
| std::wstring, /* frame_xpath */
|
|
|