| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 4db5bf0afefb53cbd443c293f9f20196dcb983fc..96a348fd79f20aa4a63fe1b09b1a19a6decd6f9f 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -955,10 +955,9 @@ IPC_MESSAGE_ROUTED4(ViewMsg_ScriptEvalRequest,
|
| // 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_ROUTED3(ViewMsg_CSSInsertRequest,
|
| +IPC_MESSAGE_ROUTED2(ViewMsg_CSSInsertRequest,
|
| std::wstring, /* frame_xpath */
|
| - std::string, /* css string */
|
| - std::string /* element id */)
|
| + std::string /* css string */)
|
|
|
| // External popup menus.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SelectPopupMenuItem,
|
|
|