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

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

Issue 2954853002: Use Independent URLLoader
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
Index: content/browser/loader/url_loader_factory_impl.h
diff --git a/content/browser/loader/url_loader_factory_impl.h b/content/browser/loader/url_loader_factory_impl.h
index 39404f7cc02c097719b7e67129aa5dc376814202..2285dcc11738acec15451a3518908cf9c9c00918 100644
--- a/content/browser/loader/url_loader_factory_impl.h
+++ b/content/browser/loader/url_loader_factory_impl.h
@@ -23,7 +23,7 @@ class URLLoaderFactoryImpl final : public mojom::URLLoaderFactory {
public:
~URLLoaderFactoryImpl() override;
- void CreateLoaderAndStart(mojom::URLLoaderAssociatedRequest request,
+ void CreateLoaderAndStart(mojom::URLLoaderRequest request,
int32_t routing_id,
int32_t request_id,
uint32_t options,
@@ -38,7 +38,7 @@ class URLLoaderFactoryImpl final : public mojom::URLLoaderFactory {
static void CreateLoaderAndStart(
ResourceRequesterInfo* requester_info,
- mojom::URLLoaderAssociatedRequest request,
+ mojom::URLLoaderRequest request,
int32_t routing_id,
int32_t request_id,
const ResourceRequest& url_request,
« no previous file with comments | « content/browser/loader/resource_request_info_impl.cc ('k') | content/browser/loader/url_loader_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698