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

Unified Diff: content/common/url_loader_factory.mojom

Issue 2893233002: Network traffic annotation added to URLLoaderImpl. (Closed)
Patch Set: Comment addressed, Merged. 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
« no previous file with comments | « content/common/typemaps.gni ('k') | content/network/network_service_url_loader_factory_impl.h » ('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 13b8d2e63a0f74dd613d364406e4057c19f63cf9..416b73385ad36feadf5d8201a1e7369241fa44ab 100644
--- a/content/common/url_loader_factory.mojom
+++ b/content/common/url_loader_factory.mojom
@@ -4,6 +4,7 @@
module content.mojom;
+import "mutable_network_traffic_annotation_tag.mojom";
import "url_loader.mojom";
[Native]
@@ -23,7 +24,8 @@ interface URLLoaderFactory {
int32 request_id,
uint32 options,
URLRequest request,
- URLLoaderClient client);
+ URLLoaderClient client,
+ MutableNetworkTrafficAnnotationTag traffic_annotation);
// Loads the resource for the given |request| synchronously.
// |request_id| is for compatibility with the existing Chrome IPC.
« no previous file with comments | « content/common/typemaps.gni ('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