Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 75ece081b1bea68e3b672e1d6e2d802876b48748..9cae49be6336f9ac80e115f408c754672063f75d 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 has parsed the body. This is used by the |
| +// ResourceScheduler as an indication that bandwidth contention won't block |
| +// first paint. |
| +IPC_MESSAGE_ROUTED0(ViewHostMsg_WillInsertBody) |
|
Cris Neckar
2013/02/11 23:14:12
Please also get a security review when you land th
willchan no longer on Chromium
2013/02/11 23:20:49
I haven't read this CL, but if there's no handler
|