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

Unified Diff: content/child/url_loader_client_impl_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_loader_client_impl_unittest.cc
diff --git a/content/child/url_loader_client_impl_unittest.cc b/content/child/url_loader_client_impl_unittest.cc
index c65186c6a3aa21f72f53a8fe3012c1a647c65780..f5a590d77ca672a8f32273b66a290f657b909bbb 100644
--- a/content/child/url_loader_client_impl_unittest.cc
+++ b/content/child/url_loader_client_impl_unittest.cc
@@ -33,7 +33,9 @@ class URLLoaderClientImplTest : public ::testing::Test,
base::MakeUnique<TestRequestPeer>(dispatcher_.get(),
&request_peer_context_),
blink::WebURLRequest::LoadingIPCType::kMojo,
- url_loader_factory_proxy_.get(), mojo::ScopedDataPipeConsumerHandle());
+ url_loader_factory_proxy_.get(),
+ std::vector<std::unique_ptr<URLLoaderThrottle>>(),
+ mojo::ScopedDataPipeConsumerHandle());
request_peer_context_.request_id = request_id_;
base::RunLoop().RunUntilIdle();

Powered by Google App Engine
This is Rietveld 408576698