Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index e713f05bae2b46cef639aaa8f29444c7cfce3d2f..21f349012b3ef199a145a3655371561f0eb200bd 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1159,11 +1159,6 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_DidChangeLoadProgress, |
// finished. |
IPC_MESSAGE_ROUTED0(ViewHostMsg_DocumentAvailableInMainFrame) |
-// Sent when after the onload handler has been invoked for the document |
-// in the top-level frame. |
-IPC_MESSAGE_ROUTED1(ViewHostMsg_DocumentOnLoadCompletedInMainFrame, |
- int32 /* page_id */) |
- |
// Sent when the renderer loads a resource from its memory cache. |
// The security info is non empty if the resource was originally loaded over |
// a secure connection. |