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

Unified Diff: content/child/resource_dispatcher_unittest.cc

Issue 2695333002: Mojo C++ bindings: remove usage of AssociatedGroup from content/ (Closed)
Patch Set: . Created 3 years, 10 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.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 758376de25aeaf3d28eff54df0b259d855081d03..d1462e3306a75c8b14139fada5ca69deb0b8ff53 100644
--- a/content/child/resource_dispatcher_unittest.cc
+++ b/content/child/resource_dispatcher_unittest.cc
@@ -236,7 +236,7 @@ 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::ChromeIPC, nullptr, nullptr);
+ blink::WebURLRequest::LoadingIPCType::ChromeIPC, nullptr);
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.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698