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

Unified Diff: content/common/url_loader_factory.mojom

Issue 2390983002: Provide route ID via URLLoaderFactory (Closed)
Patch Set: fix Created 4 years, 2 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
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | no next file » | 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 4b69303e9c54e554b9fa7881551e7c5c10ebbffd..0cd0cb872ef5c6b0f18a38a4a4fc0b2222f6aeaf 100644
--- a/content/common/url_loader_factory.mojom
+++ b/content/common/url_loader_factory.mojom
@@ -12,6 +12,7 @@ interface URLLoaderFactory {
// (e.g., response arrival) happen. |request_id| is for compatibility with
// the existing Chrome IPC.
CreateLoaderAndStart(URLLoader& loader,
+ int32 routing_id,
int32 request_id,
URLRequest request,
URLLoaderClient client);
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698