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

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

Issue 2658583002: Revert of Use associated interface on DownloadedTempFile (Closed)
Patch Set: Rebased. Created 3 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 5669449ed703cfe52feab5132a6010e7da6c29b1..055cb20f314735d17314cc59f57863005a4496c9 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.cc
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc
@@ -1607,8 +1607,7 @@ ResourceDispatcherHostImpl::CreateResourceHandler(
if (mojo_request.is_pending()) {
handler.reset(new MojoAsyncResourceHandler(request, this,
std::move(mojo_request),
- std::move(url_loader_client),
- request_data.resource_type));
+ std::move(url_loader_client)));
} else {
handler.reset(new AsyncResourceHandler(request, this));
}

Powered by Google App Engine
This is Rietveld 408576698