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

Unified Diff: content/common/url_loader.mojom

Issue 2893233002: Network traffic annotation added to URLLoaderImpl. (Closed)
Patch Set: Mutable network traffic annotation added. 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..ede91403f1c04fbc1edff1a497e9ff353240a252 100644
--- a/content/common/url_loader.mojom
+++ b/content/common/url_loader.mojom
@@ -5,6 +5,9 @@
module content.mojom;
[Native]
+struct NetworkTrafficAnnotationTag;
+
+[Native]
struct URLRequest;
[Native]

Powered by Google App Engine
This is Rietveld 408576698