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

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

Issue 137883005: crossSite navs (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
Index: content/browser/loader/resource_dispatcher_host_impl.cc
diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
index 40a253130ce387702089bdfc2c71d5628022e6f3..b8bfaef6cafd77718f6ccf87ffba6afa12396713 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.cc
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc
@@ -945,6 +945,11 @@ void ResourceDispatcherHostImpl::UpdateRequestForTransfer(
}
}
+ appcache::AppCacheInterceptor::CompleteCrossSiteTransfer(
+ loader->request(),
+ child_id,
+ request_data.appcache_host_id);
+
// We should have a CrossSiteResourceHandler to finish the transfer.
DCHECK(info->cross_site_handler());
}
« no previous file with comments | « content/browser/loader/cross_site_resource_handler.cc ('k') | webkit/browser/appcache/appcache_backend_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698