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

Unified Diff: content/common/view_messages.h

Issue 12243002: Pass WebKit priority changes and parsing messages up to the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 10 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 75ece081b1bea68e3b672e1d6e2d802876b48748..fb8d26d116b7c6a14fcfeb625ca7ee7422aabb83 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2394,3 +2394,8 @@ IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters,
// Notifies the browser that the frame with the given id was detached.
IPC_MESSAGE_ROUTED1(ViewHostMsg_FrameDetached,
int64 /* frame_id */)
+
+// Notifies the browser that document now has a body. This is used by the
+// ResourceScheduler as an indication that bandwidth contention won't block
+// first paint.
+IPC_MESSAGE_ROUTED0(ViewHostMsg_DidParseBody)

Powered by Google App Engine
This is Rietveld 408576698