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

Unified Diff: ui/aura/mus/input_method_mus.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/video_capture/test/service_test.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/input_method_mus.cc
diff --git a/ui/aura/mus/input_method_mus.cc b/ui/aura/mus/input_method_mus.cc
index d1872c4ce6b4deaf484916021ce6fe6707e88800..da9b27b0f600894099d11196e5803e36bc5019d4 100644
--- a/ui/aura/mus/input_method_mus.cc
+++ b/ui/aura/mus/input_method_mus.cc
@@ -35,7 +35,7 @@ InputMethodMus::~InputMethodMus() {}
void InputMethodMus::Init(service_manager::Connector* connector) {
if (connector)
- connector->ConnectToInterface(ui::mojom::kServiceName, &ime_server_);
+ connector->BindInterface(ui::mojom::kServiceName, &ime_server_);
}
void InputMethodMus::DispatchKeyEvent(
« no previous file with comments | « services/video_capture/test/service_test.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698