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

Unified Diff: content/common/url_request.typemap

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_request.typemap
diff --git a/content/common/url_request.typemap b/content/common/url_request.typemap
index adade4fb0ada6979dd56d2cd9d70cef368adae9b..c59c24bcf5ab8f233947a8a41c446974b00f1cd9 100644
--- a/content/common/url_request.typemap
+++ b/content/common/url_request.typemap
@@ -11,10 +11,12 @@ traits_headers = [
deps = [
"//content:export",
"//net:net",
+ "//net:traffic_annotation",
"//third_party/WebKit/public:blink_headers",
"//ui/base",
]
type_mappings = [
"content.mojom.URLRequest=content::ResourceRequest",
"content.mojom.RequestPriority=net::RequestPriority",
+ "content.mojom.NetworkTrafficAnnotationTag=net::MutableNetworkTrafficAnnotationTag",
]

Powered by Google App Engine
This is Rietveld 408576698