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

Unified Diff: content/child/resource_dispatcher_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/resource_dispatcher_unittest.cc
diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
index 09b4de997d1611b1c5344461bd0f30ae5221f153..acae68d25bb2fde42c3c70c03008f4792a6b3deb 100644
--- a/content/child/resource_dispatcher_unittest.cc
+++ b/content/child/resource_dispatcher_unittest.cc
@@ -230,6 +230,7 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender {
int request_id = dispatcher()->StartAsync(
std::move(request), 0, nullptr, url::Origin(), std::move(peer),
blink::WebURLRequest::LoadingIPCType::kChromeIPC, nullptr,
+ std::vector<std::unique_vector<URLLoaderThrottle>>(),
mojo::ScopedDataPipeConsumerHandle());
peer_context->request_id = request_id;
return request_id;

Powered by Google App Engine
This is Rietveld 408576698