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

Unified Diff: content/browser/blob_storage/blob_url_unittest.cc

Issue 2893233002: Network traffic annotation added to URLLoaderImpl. (Closed)
Patch Set: Changed ParamTraits to StructTraits. Created 3 years, 6 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/blob_storage/blob_url_unittest.cc
diff --git a/content/browser/blob_storage/blob_url_unittest.cc b/content/browser/blob_storage/blob_url_unittest.cc
index fef673889802c355671d7ed6e4ab90c0ae9a0fc3..b30a536783b4deee19d1d5dc3364e44fec4651d3 100644
--- a/content/browser/blob_storage/blob_url_unittest.cc
+++ b/content/browser/blob_storage/blob_url_unittest.cc
@@ -293,7 +293,9 @@ class BlobURLRequestJobTest : public testing::Test {
base::RunLoop().RunUntilIdle();
factory->CreateLoaderAndStart(mojo::MakeRequest(&url_loader), 0, 0,
mojom::kURLLoadOptionNone, request,
- url_loader_client.CreateInterfacePtr());
+ url_loader_client.CreateInterfacePtr(),
+ net::MutableNetworkTrafficAnnotationTag(
+ TRAFFIC_ANNOTATION_FOR_TESTS));
url_loader_client.RunUntilComplete();
if (url_loader_client.response_body().is_valid()) {

Powered by Google App Engine
This is Rietveld 408576698