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

Unified Diff: content/common/view_messages.h

Issue 10154004: re-use WebUIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix reload DCHECKs 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
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.

Powered by Google App Engine
This is Rietveld 408576698