Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index dada88c3bd61d644cf347a9a91d446c57a98d202..15a22b2309419e04e186ca8a6f572bd15f9842fd 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -1048,6 +1048,10 @@ IPC_MESSAGE_ROUTED3(ViewMsg_AsyncOpenFile_ACK, |
IPC_MESSAGE_CONTROL1(ViewMsg_SetPhishingModel, |
IPC::PlatformFileForTransit /* model_file */) |
+// Tells the renderer to begin phishing detection for the given toplevel URL |
+// which it has started loading. |
+IPC_MESSAGE_ROUTED1(ViewMsg_StartPhishingDetection, GURL) |
+ |
// External popup menus. |
IPC_MESSAGE_ROUTED1(ViewMsg_SelectPopupMenuItem, |
int /* selected index, -1 means no selection */) |