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

Unified Diff: content/browser/loader/transfer_navigation_resource_throttle.cc

Issue 22904002: When switching processes during redirects, update the cookie policy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 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
« no previous file with comments | « content/browser/loader/resource_loader.cc ('k') | content/shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/transfer_navigation_resource_throttle.cc
diff --git a/content/browser/loader/transfer_navigation_resource_throttle.cc b/content/browser/loader/transfer_navigation_resource_throttle.cc
index 14d8abbad8ca2bf400a416527f6ae1eb2e2b7cfd..8021bce49d5b457dbd5b8feb1a681dfb2bc58a29 100644
--- a/content/browser/loader/transfer_navigation_resource_throttle.cc
+++ b/content/browser/loader/transfer_navigation_resource_throttle.cc
@@ -70,7 +70,8 @@ void TransferNavigationResourceThrottle::WillRedirectRequest(
if (info->GetAssociatedRenderView(&render_process_id, &render_view_id)) {
GlobalRequestID global_id(info->GetChildID(), info->GetRequestID());
- ResourceDispatcherHostImpl::Get()->MarkAsTransferredNavigation(global_id);
+ ResourceDispatcherHostImpl::Get()->MarkAsTransferredNavigation(global_id,
+ new_url);
BrowserThread::PostTask(
BrowserThread::UI,
« no previous file with comments | « content/browser/loader/resource_loader.cc ('k') | content/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698