Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 4688fd6494f44ec7d8067b56b4ed2091186d31b6..c97b0e59426a94cf12bc489e0fba823494254559 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1142,6 +1142,11 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_DidRunInsecureContent, |
std::string /* security_origin */, |
GURL /* target URL */) |
+// Sent when the renderer detects an XSS in a page. |
+IPC_MESSAGE_ROUTED2(ViewHostMsg_DidDetectXSS, |
+ GURL /* url */, |
+ bool /* blocked entire page */) |
+ |
// Sent to update part of the view. In response to this message, the host |
// generates a ViewMsg_UpdateRect_ACK message. |
IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateRect, |