summaryrefslogtreecommitdiffstats
path: root/content/common/resource_messages.h
diff options
context:
space:
mode:
authordimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-16 22:45:35 +0000
committerdimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-16 22:45:35 +0000
commit1e4ff20a1ab43e286e08068f62d79f65ba4258bd (patch)
treed81b4d344fd6715c4e44401e66faa476d6535be1 /content/common/resource_messages.h
parentd6b7fd1e86b48cbf3e519a1cbc1ef22b30dbe81f (diff)
downloadchromium_src-1e4ff20a1ab43e286e08068f62d79f65ba4258bd.zip
chromium_src-1e4ff20a1ab43e286e08068f62d79f65ba4258bd.tar.gz
chromium_src-1e4ff20a1ab43e286e08068f62d79f65ba4258bd.tar.bz2
Update routing id of pending resource requests for reparented iframes.
BUG=55200 TEST=MagicIframeBrowserTest.TransferIframeCloseWindow Review URL: http://codereview.chromium.org/7647003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/resource_messages.h')
-rw-r--r--content/common/resource_messages.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index bd2251a..cd748b85 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -160,6 +160,13 @@ 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_CONTROL2(ResourceHostMsg_TransferRequestToNewPage,
+ int /* new routing_id */,
+ int /* request_id */)
+
// Follows a redirect that occured for the resource request with the ID given
// as the parameter.
IPC_MESSAGE_ROUTED3(ResourceHostMsg_FollowRedirect,