Index: content/shell/common/shell_messages.h |
diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h |
index ef4533066feb393f0441c44f72058ae94bb2b987..60d69d9a10e8671922dadd304b880bda4da38445 100644 |
--- a/content/shell/common/shell_messages.h |
+++ b/content/shell/common/shell_messages.h |
@@ -103,8 +103,6 @@ IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ResetDone) |
// WebTestDelegate related. |
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_OverridePreferences, |
content::WebPreferences /* preferences */) |
-IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintMessage, |
- std::string /* message */) |
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearDevToolsLocalStorage) |
IPC_MESSAGE_ROUTED2(ShellViewHostMsg_ShowDevTools, |
std::string /* settings */, |