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

Unified Diff: services/ui/ime/test_ime_driver/test_ime_application.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/ime/ime_unittest.cc ('k') | services/ui/public/cpp/gpu/gpu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/test_ime_driver/test_ime_application.cc
diff --git a/services/ui/ime/test_ime_driver/test_ime_application.cc b/services/ui/ime/test_ime_driver/test_ime_application.cc
index 1357dfd92e49b7d817b583fba1a4df5f0081ac4b..6804ee4c281be02132f2c2f65c07db785998b294 100644
--- a/services/ui/ime/test_ime_driver/test_ime_application.cc
+++ b/services/ui/ime/test_ime_driver/test_ime_application.cc
@@ -25,8 +25,8 @@ void TestIMEApplication::OnStart() {
MakeRequest(&ime_driver_ptr));
ui::mojom::IMERegistrarPtr ime_registrar;
- context()->connector()->ConnectToInterface(ui::mojom::kServiceName,
- &ime_registrar);
+ context()->connector()->BindInterface(ui::mojom::kServiceName,
+ &ime_registrar);
ime_registrar->RegisterDriver(std::move(ime_driver_ptr));
}
« no previous file with comments | « services/ui/ime/ime_unittest.cc ('k') | services/ui/public/cpp/gpu/gpu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698