| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index ecde49a213996f85725e6ac5f1682a204efd36c7..ce1664589de7405ece32f712d6bfd40277c22133 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1387,15 +1387,13 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_DidStopLoading)
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_DidChangeLoadProgress,
|
| double /* load_progress */)
|
|
|
| -// Sent when the document element is available for a frame. This
|
| +// Sent when the document element is available for the top-level frame. This
|
| // happens after the page starts loading, but before all resources are
|
| // finished.
|
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_DocumentAvailableInFrame,
|
| - bool /* true if it is the main frame */,
|
| - GURL /* frame_source_url */)
|
| +IPC_MESSAGE_ROUTED0(ViewHostMsg_DocumentAvailableInMainFrame)
|
|
|
| // Sent when after the onload handler has been invoked for the document
|
| -// in the toplevel frame.
|
| +// in the top-level frame.
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_DocumentOnLoadCompletedInMainFrame,
|
| int32 /* page_id */)
|
|
|
|
|