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

Unified Diff: remoting/base/url_request.h

Issue 2729423003: Network traffic annotation added to chromium_url_request. (Closed)
Patch Set: Annotation updated. 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 | « remoting/base/telemetry_log_writer_unittest.cc ('k') | remoting/client/plugin/pepper_url_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/url_request.h
diff --git a/remoting/base/url_request.h b/remoting/base/url_request.h
index 704abece9bc9a6d6276ba2948eed2dc0bc593a91..0aba7f0d3d7a0339b9d7e6d6397b022f450e17a7 100644
--- a/remoting/base/url_request.h
+++ b/remoting/base/url_request.h
@@ -9,6 +9,7 @@
#include <string>
#include "base/callback_forward.h"
+#include "net/traffic_annotation/network_traffic_annotation.h"
namespace remoting {
@@ -61,7 +62,8 @@ class UrlRequestFactory {
virtual ~UrlRequestFactory() {}
virtual std::unique_ptr<UrlRequest> CreateUrlRequest(
UrlRequest::Type type,
- const std::string& url) = 0;
+ const std::string& url,
+ const net::NetworkTrafficAnnotationTag& traffic_annotation) = 0;
};
} // namespace remoting
« no previous file with comments | « remoting/base/telemetry_log_writer_unittest.cc ('k') | remoting/client/plugin/pepper_url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698