| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 25988)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -308,9 +308,10 @@
|
| // 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,
|
| + IPC_MESSAGE_ROUTED3(ViewMsg_CSSInsertRequest,
|
| std::wstring, /* frame_xpath */
|
| - std::string /* css string */)
|
| + std::string, /* css string */
|
| + std::string /* element id */)
|
|
|
| // Log a message to the console of the target frame
|
| IPC_MESSAGE_ROUTED3(ViewMsg_AddMessageToConsole,
|
|
|