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

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

Issue 2321543002: Merge CrossSiteResourceHandler and NavigationResourceThrottle (Closed)
Patch Set: Addressed nits Created 4 years, 3 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.h
diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
index 165ae8b5ecf410d7ed89303d1bcce823c659bac6..76e6d2827db59a4ac613cb94f185806dc26513f7 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.h
+++ b/content/browser/loader/resource_dispatcher_host_impl.h
@@ -143,7 +143,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
// resumed by a new process.
void MarkAsTransferredNavigation(
const GlobalRequestID& id,
- const scoped_refptr<ResourceResponse>& response);
+ const base::Closure& on_transfer_complete_callback);
// Cancels a request previously marked as being transferred, for use when a
// navigation was cancelled.
« no previous file with comments | « content/browser/loader/navigation_resource_throttle.cc ('k') | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698