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

Unified Diff: content/test/test_navigation_url_loader.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/renderer/render_frame_impl.cc ('k') | content/test/test_navigation_url_loader_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_navigation_url_loader.cc
diff --git a/content/test/test_navigation_url_loader.cc b/content/test/test_navigation_url_loader.cc
index 026778e047545f357156925efc7a3393ae64e31b..0ba5b7e13c740c0211a4e30bc72c0218942d7fd5 100644
--- a/content/test/test_navigation_url_loader.cc
+++ b/content/test/test_navigation_url_loader.cc
@@ -56,9 +56,9 @@ void TestNavigationURLLoader::CallOnResponseStarted(
const scoped_refptr<ResourceResponse>& response,
std::unique_ptr<StreamHandle> body,
std::unique_ptr<NavigationData> navigation_data) {
- delegate_->OnResponseStarted(response, std::move(body), SSLStatus(),
- std::move(navigation_data), GlobalRequestID(),
- false, false);
+ delegate_->OnResponseStarted(
+ response, std::move(body), mojo::ScopedDataPipeConsumerHandle(),
+ SSLStatus(), std::move(navigation_data), GlobalRequestID(), false, false);
}
TestNavigationURLLoader::~TestNavigationURLLoader() {}
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/test/test_navigation_url_loader_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698