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

Unified Diff: remoting/base/telemetry_log_writer_unittest.cc

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.cc ('k') | remoting/base/url_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/telemetry_log_writer_unittest.cc
diff --git a/remoting/base/telemetry_log_writer_unittest.cc b/remoting/base/telemetry_log_writer_unittest.cc
index 2f6986617bc292f4b05d397dccf926e5a36f6a3a..b6ed69630b1a5d4f5a86400c9a9b84c4512f2ee7 100644
--- a/remoting/base/telemetry_log_writer_unittest.cc
+++ b/remoting/base/telemetry_log_writer_unittest.cc
@@ -61,7 +61,8 @@ class FakeUrlRequestFactory : public UrlRequestFactory {
// request_factory_ override.
std::unique_ptr<UrlRequest> CreateUrlRequest(
UrlRequest::Type type,
- const std::string& url) override {
+ const std::string& url,
+ const net::NetworkTrafficAnnotationTag& traffic_annotation) override {
EXPECT_FALSE(expected_requests_.empty());
if (expected_requests_.empty()) {
return std::unique_ptr<UrlRequest>(nullptr);
« no previous file with comments | « remoting/base/telemetry_log_writer.cc ('k') | remoting/base/url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698