Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index add965417bef0ec01be05712006ac0836d7d0de0..7a5433958531b5b364fb2cb3391b779d60f6cd59 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -1393,12 +1393,10 @@ 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 toplevel frame. This |
|
Dan Beam
2012/04/21 02:53:07
shouldn't this be "top-level"?
Evan Stade
2012/04/24 17:52:40
Done.
|
| // 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. |