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

Unified Diff: content/common/url_loader_factory.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_factory.mojom
diff --git a/content/common/url_loader_factory.mojom b/content/common/url_loader_factory.mojom
index 834a90ae372c8615b02584060d9fa1af9f2d8c90..73e077ad2680b7c669d382af4830edb8c5cab889 100644
--- a/content/common/url_loader_factory.mojom
+++ b/content/common/url_loader_factory.mojom
@@ -23,7 +23,8 @@ interface URLLoaderFactory {
int32 request_id,
uint32 options,
URLRequest request,
- URLLoaderClient client);
+ URLLoaderClient client,
+ NetworkTrafficAnnotationTag traffic_annotation);
battre 2017/06/01 12:36:36 Shouldn't this be MutableNetworkTrafficAnnotationT
Ramin Halavati 2017/06/01 13:14:27 Done.
// Loads the resource for the given |request| synchronously.
// |request_id| is for compatibility with the existing Chrome IPC.

Powered by Google App Engine
This is Rietveld 408576698