| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index ca6cb6e0c65f8597365cac3fe04f6a313c590a24..5b6d24559768a0113f509eac3d046f933ec7fa5b 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -721,6 +721,10 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_ShowFullscreenWidget,
|
| // message to close the view.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_Close)
|
|
|
| +// Sent by the renderer process to notify that the resource prefetcher has
|
| +// discovered all possible subresources and issued requests for them.
|
| +IPC_MESSAGE_CONTROL0(ViewHostMsg_PrefetchFinished)
|
| +
|
| // Send in response to a ViewMsg_UpdateScreenRects so that the renderer can
|
| // throttle these messages.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_UpdateScreenRects_ACK)
|
|
|