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

Unified Diff: content/browser/appcache/appcache_url_loader_factory.h

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/browser/appcache/appcache_url_loader_factory.h
diff --git a/content/browser/appcache/appcache_url_loader_factory.h b/content/browser/appcache/appcache_url_loader_factory.h
index 9c85d932bf16a3f7d5793e4266be8225902735ed..715cf0bad5c3844e0b52fb75415d2fe32c68ba56 100644
--- a/content/browser/appcache/appcache_url_loader_factory.h
+++ b/content/browser/appcache/appcache_url_loader_factory.h
@@ -8,6 +8,7 @@
#include "base/memory/ref_counted.h"
#include "content/common/url_loader_factory.mojom.h"
#include "mojo/public/cpp/bindings/strong_binding_set.h"
+#include "net/traffic_annotation/network_traffic_annotation.h"
#include "url/gurl.h"
namespace content {
@@ -34,7 +35,9 @@ class AppCacheURLLoaderFactory : public mojom::URLLoaderFactory {
int32_t request_id,
uint32_t options,
const ResourceRequest& request,
- mojom::URLLoaderClientPtr client) override;
+ mojom::URLLoaderClientPtr client,
+ const net::MutableNetworkTrafficAnnotationTag&
+ traffic_annotation) override;
void SyncLoad(int32_t routing_id,
int32_t request_id,
const ResourceRequest& request,

Powered by Google App Engine
This is Rietveld 408576698