Index: chrome/common/render_messages_internal.h |
=================================================================== |
--- chrome/common/render_messages_internal.h (revision 26222) |
+++ chrome/common/render_messages_internal.h (working copy) |
@@ -311,9 +311,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, |