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

Unified Diff: content/child/resource_dispatcher.cc

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years 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.cc
diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
index fcd3270b4047120ff2e2716c104423268019aad7..4cfd5f41d7fe7d0b7defd3575cb1c0cddefcfb32 100644
--- a/content/child/resource_dispatcher.cc
+++ b/content/child/resource_dispatcher.cc
@@ -731,7 +731,7 @@ int ResourceDispatcher::StartAsync(
mojom::URLLoaderClientAssociatedPtrInfo client_ptr_info;
client->Bind(&client_ptr_info, associated_group);
url_loader_factory->CreateLoaderAndStart(
- GetProxy(&url_loader, associated_group), routing_id, request_id,
+ MakeRequest(&url_loader, associated_group), routing_id, request_id,
*request, std::move(client_ptr_info));
pending_requests_[request_id]->url_loader = std::move(url_loader);
pending_requests_[request_id]->url_loader_client = std::move(client);
« no previous file with comments | « content/child/indexed_db/webidbcursor_impl_unittest.cc ('k') | content/common/associated_interface_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698