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

Unified Diff: content/child/url_response_body_consumer_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/url_loader_client_impl_unittest.cc ('k') | content/child/web_url_loader_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5ab0035a0cc19a9ec4fc785cc0099a58aff16b53..af05919c78cadb119d9fe10dab2f98fb55da1024 100644
--- a/content/child/url_response_body_consumer_unittest.cc
+++ b/content/child/url_response_body_consumer_unittest.cc
@@ -137,7 +137,8 @@ class URLResponseBodyConsumerTest : public ::testing::Test,
return dispatcher_->StartAsync(
std::move(request), 0, nullptr, url::Origin(),
base::MakeUnique<TestRequestPeer>(context, message_loop_.task_runner()),
- blink::WebURLRequest::LoadingIPCType::kChromeIPC, nullptr);
+ blink::WebURLRequest::LoadingIPCType::kChromeIPC, nullptr,
+ mojo::ScopedDataPipeConsumerHandle());
}
void Run(TestRequestPeer::Context* context) {
« no previous file with comments | « content/child/url_loader_client_impl_unittest.cc ('k') | content/child/web_url_loader_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698