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

Unified Diff: net/url_request/url_fetcher_factory.h

Issue 2890293005: Network traffic annotation stored in url_request. (Closed)
Patch Set: 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
« no previous file with comments | « net/url_request/url_fetcher.cc ('k') | net/url_request/url_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_fetcher_factory.h
diff --git a/net/url_request/url_fetcher_factory.h b/net/url_request/url_fetcher_factory.h
index 1eadec4d1520d9a9006f2566c1e2129179c41ec3..2a771bf48bc6f7c127cb0fde3ea915285958ab0c 100644
--- a/net/url_request/url_fetcher_factory.h
+++ b/net/url_request/url_fetcher_factory.h
@@ -18,7 +18,8 @@ class URLFetcherFactory {
int id,
const GURL& url,
URLFetcher::RequestType request_type,
- URLFetcherDelegate* delegate) = 0;
+ URLFetcherDelegate* delegate,
+ NetworkTrafficAnnotationTag traffic_annotation) = 0;
protected:
virtual ~URLFetcherFactory() {}
« no previous file with comments | « net/url_request/url_fetcher.cc ('k') | net/url_request/url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698