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

Unified Diff: content/child/resource_dispatcher_unittest.cc

Issue 1970693002: Use mojo for Chrome Loading, Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 b250ca45455a278be2e530cd302f4a33dfa82ea3..fc79e5d7a091d1f4060a7398d88b70b67d1bef80 100644
--- a/content/child/resource_dispatcher_unittest.cc
+++ b/content/child/resource_dispatcher_unittest.cc
@@ -320,8 +320,8 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender {
TestRequestPeer::Context* peer_context) {
std::unique_ptr<TestRequestPeer> peer(
new TestRequestPeer(dispatcher(), peer_context));
- int request_id =
- dispatcher()->StartAsync(request_info, request_body, std::move(peer));
+ int request_id = dispatcher()->StartAsync(request_info, request_body,
+ std::move(peer), nullptr);
peer_context->request_id = request_id;
return request_id;
}

Powered by Google App Engine
This is Rietveld 408576698