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

Unified Diff: services/ui/service.cc

Issue 2230393002: IME for Mus: Make InputMethodMus use the IME Mojo API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix dependencies. Created 4 years, 4 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/ui/service.cc
diff --git a/services/ui/service.cc b/services/ui/service.cc
index 859313680612f261b273f27eb58078cba945e274..bb96bbf8fc938745c2e4857e3b149481dc1cdf8e 100644
--- a/services/ui/service.cc
+++ b/services/ui/service.cc
@@ -193,6 +193,8 @@ void Service::OnStart(const shell::Identity& identity) {
if (ui::DeviceDataManager::HasInstance())
touch_controller_.reset(
new ws::TouchController(window_server_->display_manager()));
+
+ ime_server_.Init(connector());
}
bool Service::OnConnect(const shell::Identity& remote_identity,

Powered by Google App Engine
This is Rietveld 408576698