Index: chrome/common/render_messages.h |
=================================================================== |
--- chrome/common/render_messages.h (revision 107314) |
+++ chrome/common/render_messages.h (working copy) |
@@ -603,6 +603,9 @@ |
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_FrameLoadingError, |
int /* error */) |
+// This message indicates the monitored frame loading had completed. |
+IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_FrameLoadingCompleted) |
+ |
// The following messages are used to set and get cookies for ChromeFrame |
// processes. |
// Used to set a cookie. The cookie is set asynchronously, but will be |