Index: content/shell/common/shell_messages.h |
diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h |
index 087def0f8875c331c72bfba74f403bca3985fff4..6ab603c4114e32d73ce10c849385d5870c417dfe 100644 |
--- a/content/shell/common/shell_messages.h |
+++ b/content/shell/common/shell_messages.h |
@@ -77,6 +77,8 @@ IPC_MESSAGE_ROUTED1(ShellViewHostMsg_OverridePreferences, |
content::WebPreferences /* preferences */) |
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintMessage, |
std::string /* message */) |
+IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintMessageToStderr, |
+ std::string /* message */) |
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearDevToolsLocalStorage) |
IPC_MESSAGE_ROUTED2(ShellViewHostMsg_ShowDevTools, |
std::string /* settings */, |