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

Unified Diff: content/common/resource_messages.h

Issue 132143003: [abort] Let webkit know we're past the phase where throttles run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | webkit/child/resource_loader_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 0ee74eb5e0956266bc9042ba1c162b97e66e7a8e..e51fea7b0edc9f1733b8474dc05f8d408c27b074 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -289,6 +289,11 @@ IPC_MESSAGE_ROUTED2(ResourceHostMsg_RequestResource,
IPC_MESSAGE_CONTROL1(ResourceHostMsg_CancelRequest,
int /* request_id */)
+// Sent when the browser had decided that a particular request will be started
+// (effectively this means we know it won't be immediately cancelled).
+IPC_MESSAGE_CONTROL1(ResourceMsg_RequestDidStartForFrame,
+ int /* request_id */)
+
// Follows a redirect that occured for the resource request with the ID given
// as the parameter.
IPC_MESSAGE_CONTROL3(ResourceHostMsg_FollowRedirect,
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | webkit/child/resource_loader_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698