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

Unified Diff: content/browser/site_per_process_browsertest.cc

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/site_per_process_browsertest.cc
diff --git a/content/browser/site_per_process_browsertest.cc b/content/browser/site_per_process_browsertest.cc
index fda6b6a5e004d08a7bd67f3fc2e337efe1092383..968f74785dabb857eaba7d5e6b3f33b3f6cd8338 100644
--- a/content/browser/site_per_process_browsertest.cc
+++ b/content/browser/site_per_process_browsertest.cc
@@ -2407,7 +2407,7 @@ class FailingLoadFactory : public mojom::URLLoaderFactory {
FailingLoadFactory() {}
~FailingLoadFactory() override {}
- void CreateLoaderAndStart(mojom::URLLoaderAssociatedRequest loader,
+ void CreateLoaderAndStart(mojom::URLLoaderRequest loader,
int32_t routing_id,
int32_t request_id,
uint32_t options,
« no previous file with comments | « content/browser/service_worker/service_worker_url_loader_job.cc ('k') | content/browser/webui/web_ui_url_loader_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698