Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index d48dbd5a889fe0a2509f46ee549ba7fc0b0b8524..1be496009ae73283430d9809067d8f0bc52ab32b 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -2500,13 +2500,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_InstantSupportDetermined, |
int32 /* page_id */, |
bool /* result */) |
-// Client-Side Phishing Detector --------------------------------------------- |
-// Inform the browser that the current URL is phishing according to the |
-// client-side phishing detector. |
-IPC_MESSAGE_ROUTED2(ViewHostMsg_DetectedPhishingSite, |
- GURL /* phishing_url */, |
- double /* phishing_score */) |
- |
// Response from ViewMsg_ScriptEvalRequest. The ID is the parameter supplied |
// to ViewMsg_ScriptEvalRequest. The result has the value returned by the |
// script as it's only element, one of Null, Boolean, Integer, Real, Date, or |