Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1306)

Unified Diff: content/common/view_messages.h

Issue 10154004: re-use WebUIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WeakPtr solution Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/webui/web_ui_impl.cc ('k') | content/public/browser/render_view_host_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */)
« no previous file with comments | « content/browser/webui/web_ui_impl.cc ('k') | content/public/browser/render_view_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698