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

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
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | content/child/throttling_url_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1b3e0a7a575486c6bc0ddcf321d800be8b12f836 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_ptr<URLLoaderThrottle>>(),
mojo::ScopedDataPipeConsumerHandle());
peer_context->request_id = request_id;
return request_id;
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | content/child/throttling_url_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698