Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 6db0b9d60e8f2a394fb3a15a47d08dbf70b4ee02..9b5ce8601a85df6eb0c7c34d6c21880dea5a4a34 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -556,6 +556,12 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_ForwardInputEvent, |
// user right clicked. |
IPC_MESSAGE_ROUTED1(FrameHostMsg_ContextMenu, content::ContextMenuParams) |
+// Sent when the renderer detects an XSS in a page. |
+IPC_MESSAGE_ROUTED3(FrameHostMsg_DidDetectXSS, |
+ int32 /* page_id */, |
+ GURL /* url */, |
+ bool /* blocked entire page */) |
+ |
// Initial drawing parameters for a child frame that has been swapped out to |
// another process. |
IPC_MESSAGE_ROUTED2(FrameHostMsg_InitializeChildFrame, |