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

Unified Diff: content/common/view_messages.h

Issue 2411863002: [NoStatePrefetch] Kill renderer after preload scanning (Closed)
Patch Set: Created 4 years, 2 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 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)

Powered by Google App Engine
This is Rietveld 408576698