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

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

Issue 2397893002: Revert the merge of CrossSiteResourceHandler and NavigationResourceThrottle. (Closed)
Patch Set: Add back initialization of started_from_context_menu_. Created 4 years, 2 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 0cd8d209ce494bc03930948fa92358515f2a7096..0ee50dfa24c5337f1d408331bde5ca0eab2a4013 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.h
+++ b/content/browser/loader/resource_dispatcher_host_impl.h
@@ -144,7 +144,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
// resumed by a new process.
void MarkAsTransferredNavigation(
const GlobalRequestID& id,
- const base::Closure& on_transfer_complete_callback);
+ const scoped_refptr<ResourceResponse>& response);
// 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