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

Unified Diff: services/ui/ime/test_ime_driver/main.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: Cleanup. 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/ime/test_ime_driver/main.cc
diff --git a/services/ui/ime/test_ime_driver/main.cc b/services/ui/ime/test_ime_driver/main.cc
index 795119fae475224c2aec838161eb6557c8a38013..9bed1aa5c038cb25f82587589c56a13e67dfb6ff 100644
--- a/services/ui/ime/test_ime_driver/main.cc
+++ b/services/ui/ime/test_ime_driver/main.cc
@@ -18,6 +18,10 @@ class TestIME : public shell::Service {
private:
// shell::Service:
+ bool OnConnect(const shell::Identity& remote_identity,
+ shell::InterfaceRegistry* registry) override {
+ return true;
+ }
void OnStart(const shell::Identity& identity) override {
mojom::IMEDriverPtr ime_driver_ptr;
new TestIMEDriver(GetProxy(&ime_driver_ptr));
« no previous file with comments | « mash/session/session.cc ('k') | ui/views/mus/BUILD.gn » ('j') | ui/views/mus/input_method_mus.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698