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

Unified Diff: content/child/resource_dispatcher_unittest.cc

Issue 2813243002: network service: pass PlzNavigate resulting data via mojo data pipe (Closed)
Patch Set: ahem Created 3 years, 8 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/url_loader_client_impl_unittest.cc » ('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 700e30cf84b2ac0890463b5a1954282e999a13f2..24ae91c1e0e677f163963639f7ec1c24b44065f8 100644
--- a/content/child/resource_dispatcher_unittest.cc
+++ b/content/child/resource_dispatcher_unittest.cc
@@ -229,7 +229,8 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender {
new TestRequestPeer(dispatcher(), peer_context));
int request_id = dispatcher()->StartAsync(
std::move(request), 0, nullptr, url::Origin(), std::move(peer),
- blink::WebURLRequest::LoadingIPCType::kChromeIPC, nullptr);
+ blink::WebURLRequest::LoadingIPCType::kChromeIPC, nullptr,
+ mojo::ScopedDataPipeConsumerHandle());
peer_context->request_id = request_id;
return request_id;
}
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | content/child/url_loader_client_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698