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

Unified Diff: services/service_manager/tests/connect/connect_test_app.cc

Issue 2617883002: Add a new BindInterface() method to Connector. (Closed)
Patch Set: . Created 3 years, 11 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
Index: services/service_manager/tests/connect/connect_test_app.cc
diff --git a/services/service_manager/tests/connect/connect_test_app.cc b/services/service_manager/tests/connect/connect_test_app.cc
index 7e3c4e3339a8eb258e94688d52f57028db4592d1..ad0a26e621c870345a6e6fccf9fd0fc3c5653597 100644
--- a/services/service_manager/tests/connect/connect_test_app.cc
+++ b/services/service_manager/tests/connect/connect_test_app.cc
@@ -76,7 +76,7 @@ class ConnectTestApp : public Service,
state->initialize_local_name = context()->identity().name();
state->initialize_userid = context()->identity().user_id();
- context()->connector()->ConnectToInterface(remote_info.identity, &caller_);
+ context()->connector()->BindInterface(remote_info.identity, &caller_);
caller_->ConnectionAccepted(std::move(state));
return true;
« no previous file with comments | « services/service_manager/standalone/context.cc ('k') | services/service_manager/tests/connect/connect_test_package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698