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

Unified Diff: content/child/url_loader_client_impl_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/url_loader_client_impl.cc ('k') | content/child/url_response_body_consumer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/url_loader_client_impl_unittest.cc
diff --git a/content/child/url_loader_client_impl_unittest.cc b/content/child/url_loader_client_impl_unittest.cc
index 619efc08596a54a6bb42f0a3b14dc97c06046315..a481b740ea1389b5ff64aee2889ca35590ece32c 100644
--- a/content/child/url_loader_client_impl_unittest.cc
+++ b/content/child/url_loader_client_impl_unittest.cc
@@ -33,8 +33,7 @@ class URLLoaderClientImplTest : public ::testing::Test,
base::MakeUnique<TestRequestPeer>(dispatcher_.get(),
&request_peer_context_),
blink::WebURLRequest::LoadingIPCType::Mojo,
- url_loader_factory_proxy_.get(),
- url_loader_factory_proxy_.associated_group());
+ url_loader_factory_proxy_.get());
request_peer_context_.request_id = request_id_;
base::RunLoop().RunUntilIdle();
« no previous file with comments | « content/child/url_loader_client_impl.cc ('k') | content/child/url_response_body_consumer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698