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

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

Issue 2945283002: Unify IMEDriver and IMEServer. (Closed)
Patch Set: Unified IMEDriver & IMEServer. Created 3 years, 6 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/public/interfaces/ime/ime.mojom
diff --git a/services/ui/public/interfaces/ime/ime.mojom b/services/ui/public/interfaces/ime/ime.mojom
index b38453e600db8587f8c46f9c851845169938a428..8251ac636656f528560698967060ebffc293b87f 100644
--- a/services/ui/public/interfaces/ime/ime.mojom
+++ b/services/ui/public/interfaces/ime/ime.mojom
@@ -130,15 +130,6 @@ struct StartSessionDetails {
// the client via the InputMethod interface, and sends composition events to
// the client via the TextInputClient.
interface IMEDriver {
- // session_id is unique and generated by Mus.
- StartSession(int32 session_id, StartSessionDetails details);
- CancelSession(int32 session_id);
-};
-
-// Clients use IME using the IMEServer interface which is provided by Mus. Mus
-// does minimal processing and mostly just acts as lightweight proxy between
-// the client app and the registered IME driver.
-interface IMEServer {
StartSession(StartSessionDetails details);
};

Powered by Google App Engine
This is Rietveld 408576698