Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 65322290d1d13f104d69e37e6bd45ff028330144..ac1d66588ab231bc5cf2b2fc91ab5c0f9dae6b6a 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1566,14 +1566,6 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_TextInputStateChanged, |
// Required for cancelling an ongoing input method composition. |
IPC_MESSAGE_ROUTED0(ViewHostMsg_ImeCancelComposition) |
-// WebKit and JavaScript error messages to log to the console |
-// or debugger UI. |
-IPC_MESSAGE_ROUTED4(ViewHostMsg_AddMessageToConsole, |
- int32, /* log level */ |
- base::string16, /* msg */ |
- int32, /* line number */ |
- base::string16 /* source id */ ) |
- |
// Displays a box to confirm that the user wants to navigate away from the |
// page. Replies true if yes, false otherwise, the reply string is ignored, |
// but is included so that we can use OnJavaScriptMessageBoxClosed. |