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

Unified Diff: content/common/url_loader_factory.mojom

Issue 2449933003: Use Associated interfaces for mojo-loading (Closed)
Patch Set: fix Created 4 years, 1 month 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/child/web_url_loader_impl_unittest.cc ('k') | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/url_loader_factory.mojom
diff --git a/content/common/url_loader_factory.mojom b/content/common/url_loader_factory.mojom
index 5b7aab4c80a89049d8f1fc9a882e7c774e79317b..6b12570909bc7b55149a5a9e5b1d4d0797a92f83 100644
--- a/content/common/url_loader_factory.mojom
+++ b/content/common/url_loader_factory.mojom
@@ -14,11 +14,11 @@ 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(URLLoader& loader,
+ CreateLoaderAndStart(associated URLLoader& loader,
int32 routing_id,
int32 request_id,
URLRequest request,
- URLLoaderClient client);
+ associated URLLoaderClient client);
// Loads the resource for the given |request| synchronously.
// |request_id| is for compatibility with the existing Chrome IPC.
« no previous file with comments | « content/child/web_url_loader_impl_unittest.cc ('k') | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698