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

Unified Diff: content/common/url_loader_factory.mojom

Issue 2715423003: [Mojo-Loading] Use independent URLLoaderClient (Closed)
Patch Set: fix Created 3 years, 10 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 6b12570909bc7b55149a5a9e5b1d4d0797a92f83..afaa3640ef2abbf6c4fa9a5bdcdf0217e33fbbc9 100644
--- a/content/common/url_loader_factory.mojom
+++ b/content/common/url_loader_factory.mojom
@@ -18,7 +18,7 @@ interface URLLoaderFactory {
int32 routing_id,
int32 request_id,
URLRequest request,
- associated URLLoaderClient client);
+ URLLoaderClient client);
// Loads the resource for the given |request| synchronously.
// |request_id| is for compatibility with the existing Chrome IPC.

Powered by Google App Engine
This is Rietveld 408576698