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

Unified Diff: content/common/resource_messages.h

Issue 7647003: Update routing id of pending resource requests for reparented iframes. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index bd2251a0a3673d5b8b4a06b60fce2400c2454f61..7f3c2d1a11e0245ebc37515dfc4e8b1198d37571 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -160,6 +160,12 @@ IPC_MESSAGE_ROUTED2(ResourceHostMsg_RequestResource,
IPC_MESSAGE_ROUTED1(ResourceHostMsg_CancelRequest,
int /* request_id */)
+// Sets a new routing id for the resource request with the ID given as the
+// parameter. This happens when a pending request is transferred to another
+// page.
+IPC_MESSAGE_ROUTED1(ResourceHostMsg_TransferRequestToNewPage,
jam 2011/08/15 16:31:02 I don't see a need for this to be a routed message
Dmitry Titov 2011/08/15 20:50:10 Done.
+ int /* request_id */)
+
// Follows a redirect that occured for the resource request with the ID given
// as the parameter.
IPC_MESSAGE_ROUTED3(ResourceHostMsg_FollowRedirect,

Powered by Google App Engine
This is Rietveld 408576698