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

Unified Diff: components/arc/net/arc_net_host_impl.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: components/arc/net/arc_net_host_impl.cc
diff --git a/components/arc/net/arc_net_host_impl.cc b/components/arc/net/arc_net_host_impl.cc
index d2612dacb0477bcf7e8342e4608cf660736fec0b..fa1f19987aa2e6ba00135c1036a07a728f13137e 100644
--- a/components/arc/net/arc_net_host_impl.cc
+++ b/components/arc/net/arc_net_host_impl.cc
@@ -306,7 +306,7 @@ void ArcNetHostImpl::OnInstanceReady() {
DCHECK(thread_checker_.CalledOnValidThread());
mojom::NetHostPtr host;
- binding_.Bind(GetProxy(&host));
+ binding_.Bind(MakeRequest(&host));
auto* instance = arc_bridge_service()->net()->GetInstanceForMethod("Init");
DCHECK(instance);
instance->Init(std::move(host));
« no previous file with comments | « components/arc/metrics/arc_metrics_service.cc ('k') | components/autofill/content/browser/content_autofill_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698