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

Unified Diff: content/child/resource_dispatcher.cc

Issue 2924723002: Network service: SafeBrowsing check for frame-resources from browser. (Closed)
Patch Set: . Created 3 years, 6 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/navigation_url_loader_network_service.cc ('k') | content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_dispatcher.cc
diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
index a2d633f7a673fc8bc3169ad4a48f8ad7e4dd547c..f1fc681395763e175e9992a73a8fbaac6d328426 100644
--- a/content/child/resource_dispatcher.cc
+++ b/content/child/resource_dispatcher.cc
@@ -670,7 +670,7 @@ int ResourceDispatcher::StartAsync(
std::unique_ptr<ThrottlingURLLoader> url_loader =
ThrottlingURLLoader::CreateLoaderAndStart(
url_loader_factory, std::move(throttles), routing_id, request_id,
- mojom::kURLLoadOptionNone, std::move(request), client.get(),
+ mojom::kURLLoadOptionNone, *request, client.get(),
net::MutableNetworkTrafficAnnotationTag(NO_TRAFFIC_ANNOTATION_YET),
std::move(task_runner));
pending_requests_[request_id]->url_loader = std::move(url_loader);
« no previous file with comments | « content/browser/loader/navigation_url_loader_network_service.cc ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698