Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index c64490bf688dff8121bc894c4ac1d076c67989ea..3d73a610544f3ce725ebc07caf6060792c314180 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -337,6 +337,14 @@ IPC_MESSAGE_ROUTED2(FrameMsg_ExtendSelectionAndDelete, |
// ----------------------------------------------------------------------------- |
// Messages sent from the renderer to the browser. |
+// Blink and JavaScript error messages to log to the console |
+// or debugger UI. |
+IPC_MESSAGE_ROUTED4(FrameHostMsg_AddMessageToConsole, |
+ int32, /* log level */ |
+ base::string16, /* msg */ |
+ int32, /* line number */ |
+ base::string16 /* source id */ ) |
+ |
// Sent by the renderer when a child frame is created in the renderer. |
// |
// Each of these messages will have a corresponding FrameHostMsg_Detach message |