| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index ccc2ac60692608569bb9d5ff295738ba11944ced..41a2759638fecfef6e35e2fee09a91d43a149aca 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2407,3 +2407,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)
|
|
|