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

Unified Diff: content/common/url_loader_factory.mojom

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/common/url_loader_factory.mojom
diff --git a/content/common/url_loader_factory.mojom b/content/common/url_loader_factory.mojom
index 416b73385ad36feadf5d8201a1e7369241fa44ab..ac09f65ad77d089d83372b616ba9e6476bec2bdd 100644
--- a/content/common/url_loader_factory.mojom
+++ b/content/common/url_loader_factory.mojom
@@ -19,7 +19,7 @@ interface URLLoaderFactory {
// method will be called when certain events related to that loading
// (e.g., response arrival) happen. |request_id| is for compatibility with
// the existing Chrome IPC.
- CreateLoaderAndStart(associated URLLoader& loader,
+ CreateLoaderAndStart(URLLoader& loader,
int32 routing_id,
int32 request_id,
uint32 options,
« no previous file with comments | « content/common/throttling_url_loader_unittest.cc ('k') | content/network/network_service_url_loader_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698