Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 18f751abdfe89def38409443d729d64ece242bc3..d3f0a06ab8a1fbce54885f9b0561f3d1b533d474 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -429,6 +429,11 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_OpenURL, FrameHostMsg_OpenURL_Params) |
IPC_MESSAGE_ROUTED1(FrameHostMsg_DidFinishLoad, |
GURL /* validated_url */) |
+// Sent when after the onload handler has been invoked for the document |
+// in this frame. Sent for top-level frames. |
+IPC_MESSAGE_ROUTED1(FrameHostMsg_DocumentOnLoadCompleted, |
+ int32 /* page_id */) |
+ |
// Notifies that the initial empty document of a view has been accessed. |
// After this, it is no longer safe to show a pending navigation's URL without |
// making a URL spoof possible. |