summaryrefslogtreecommitdiffstats
path: root/content/common/frame_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/frame_messages.h')
-rw-r--r--content/common/frame_messages.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index a28b7dd..b66858d 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -606,12 +606,6 @@ 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,