Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 10c02c83ce552233ea6c03634a449183883c8ff3..eb76cbb0c2dda43376f355bc104e98427c122158 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1615,14 +1615,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. |