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

Unified Diff: services/ui/public/interfaces/ime/ime.mojom

Issue 2629523009: IME for Mus: Remove OnTextInputModeChanged() from IME's mojo API. (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/test_ime_driver/test_ime_driver.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/ime/ime.mojom
diff --git a/services/ui/public/interfaces/ime/ime.mojom b/services/ui/public/interfaces/ime/ime.mojom
index d999b3353a4b1f2c313a919b69cb7d4196b8f17a..d491da30436bdd51438c562b56f72086b604bd68 100644
--- a/services/ui/public/interfaces/ime/ime.mojom
+++ b/services/ui/public/interfaces/ime/ime.mojom
@@ -93,7 +93,6 @@ interface IMERegistrar {
// This interface is provided by IME drivers, and also by Mus as a lightweight
// proxy between IME drivers and clients.
interface InputMethod {
- OnTextInputModeChanged(TextInputMode text_input_mode);
OnTextInputTypeChanged(TextInputType text_input_type);
// Client sends |caret_bounds| in focused window coordinates,
« no previous file with comments | « services/ui/ime/test_ime_driver/test_ime_driver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698