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

Unified Diff: content/common/url_loader.mojom

Issue 2893233002: Network traffic annotation added to URLLoaderImpl. (Closed)
Patch Set: Rebased. Created 3 years, 7 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.mojom
diff --git a/content/common/url_loader.mojom b/content/common/url_loader.mojom
index 53b7521310516182449a01f6742898b4e7d90f3e..76dd40875683c6b0c9decc7df22b9ef0c624c5f1 100644
--- a/content/common/url_loader.mojom
+++ b/content/common/url_loader.mojom
@@ -4,6 +4,9 @@
module content.mojom;
+[Native]
+struct MutableNetworkTrafficAnnotationTag;
+
[Native]
struct URLRequest;

Powered by Google App Engine
This is Rietveld 408576698