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

Unified Diff: content/child/url_response_body_consumer_unittest.cc

Issue 2900563002: Network service: Safe browsing check for sub-resources from renderer. (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
Index: content/child/url_response_body_consumer_unittest.cc
diff --git a/content/child/url_response_body_consumer_unittest.cc b/content/child/url_response_body_consumer_unittest.cc
index e5963e3c5ab2d8f953d2178d2487c1aa3049fc6e..be64d7953c8a1fe190029473df1fbcfad41b71a7 100644
--- a/content/child/url_response_body_consumer_unittest.cc
+++ b/content/child/url_response_body_consumer_unittest.cc
@@ -141,6 +141,7 @@ class URLResponseBodyConsumerTest : public ::testing::Test,
std::move(request), 0, nullptr, url::Origin(),
base::MakeUnique<TestRequestPeer>(context, message_loop_.task_runner()),
blink::WebURLRequest::LoadingIPCType::kChromeIPC, nullptr,
+ std::vector<std::unique_ptr<URLLoaderThrottle>>(),
mojo::ScopedDataPipeConsumerHandle());
}

Powered by Google App Engine
This is Rietveld 408576698