Index: content/shell/common/shell_messages.h |
diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h |
index c057f25ee89db49aa160a854fb92c82639e3bef9..d784b40146767ba9e7ce3b4c1b8abbd7064d7200 100644 |
--- a/content/shell/common/shell_messages.h |
+++ b/content/shell/common/shell_messages.h |
@@ -117,6 +117,9 @@ IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearDevToolsLocalStorage) |
IPC_MESSAGE_ROUTED2(ShellViewHostMsg_ShowDevTools, |
std::string /* settings */, |
std::string /* frontend_url */) |
+IPC_MESSAGE_ROUTED2(ShellViewHostMsg_EvaluateInDevTools, |
+ int /* call_id */, |
+ std::string /* script */) |
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CloseDevTools) |
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_GoToOffset, |
int /* offset */) |