diff options
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 6532229..ac1d665 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. |