Chromium Code Reviews| Index: content/common/devtools_messages.h |
| diff --git a/content/common/devtools_messages.h b/content/common/devtools_messages.h |
| index d91498ed9968d35a59e8b2d2060172846c1742eb..7b3c9058336e5cb079893718b8591af1ecf957c8 100644 |
| --- a/content/common/devtools_messages.h |
| +++ b/content/common/devtools_messages.h |
| @@ -111,7 +111,8 @@ IPC_MESSAGE_ROUTED2(DevToolsAgentMsg_AddMessageToConsole, |
| // new renderer to notify it that it will host developer tools UI and should |
| // set up all neccessary bindings and create DevToolsClient instance that |
| // will handle communication with inspected page DevToolsAgent. |
| -IPC_MESSAGE_ROUTED0(DevToolsMsg_SetupDevToolsClient) |
| +IPC_MESSAGE_ROUTED1(DevToolsMsg_SetupDevToolsClient, |
| + std::string /* injected script */) |
|
pfeldman
2015/06/01 15:47:51
compatibility_script
dgozman
2015/06/02 10:51:56
Done.
|
| //----------------------------------------------------------------------------- |