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

Unified Diff: services/tracing/public/cpp/provider.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
« no previous file with comments | « services/service_manager/tests/util.cc ('k') | services/tracing/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/public/cpp/provider.cc
diff --git a/services/tracing/public/cpp/provider.cc b/services/tracing/public/cpp/provider.cc
index ad0e97e27f9b7fdc25987e9902b253a7b6ed2141..9b09b096d18c7fde2c286a762b102e700182d0a6 100644
--- a/services/tracing/public/cpp/provider.cc
+++ b/services/tracing/public/cpp/provider.cc
@@ -45,7 +45,7 @@ Provider::~Provider() {
void Provider::InitializeWithFactoryInternal(mojom::FactoryPtr* factory) {
mojom::ProviderPtr provider;
- Bind(GetProxy(&provider));
+ Bind(MakeRequest(&provider));
(*factory)->CreateRecorder(std::move(provider));
#ifdef NDEBUG
if (base::CommandLine::ForCurrentProcess()->HasSwitch(
« no previous file with comments | « services/service_manager/tests/util.cc ('k') | services/tracing/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698