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

Unified Diff: services/ui/ime/ime_server_impl.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
« no previous file with comments | « services/ui/demo/mus_demo_unittests.cc ('k') | services/ui/ime/ime_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/ime_server_impl.cc
diff --git a/services/ui/ime/ime_server_impl.cc b/services/ui/ime/ime_server_impl.cc
index 9cae996ec9e009f9509c5a9c838ad410eff7ef72..0731d02a996b1a8e04aa8bd5603db25b9430b472 100644
--- a/services/ui/ime/ime_server_impl.cc
+++ b/services/ui/ime/ime_server_impl.cc
@@ -17,7 +17,7 @@ IMEServerImpl::~IMEServerImpl() {}
void IMEServerImpl::Init(service_manager::Connector* connector,
bool is_test_config) {
connector_ = connector;
- connector_->ConnectToInterface(catalog::mojom::kServiceName, &catalog_);
+ connector_->BindInterface(catalog::mojom::kServiceName, &catalog_);
// TODO(moshayedi): crbug.com/664264. The catalog service should provide
// different set of entries for test and non-test. Once that is implemented,
// we won't need this check here.
« no previous file with comments | « services/ui/demo/mus_demo_unittests.cc ('k') | services/ui/ime/ime_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698