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

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

Issue 2843413002: Update Mus IME mojom and struct traits with new style enums and tests. (Closed)
Patch Set: Rebase. Created 3 years, 8 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_struct_traits_test.mojom
diff --git a/services/ui/public/interfaces/ime/ime_struct_traits_test.mojom b/services/ui/public/interfaces/ime/ime_struct_traits_test.mojom
index 43e83b48f74b1c2d9fe134961c29f3c8f972ed48..bf8f61be1d3dba96dbb1bbce3eee00cf9c8673ee 100644
--- a/services/ui/public/interfaces/ime/ime_struct_traits_test.mojom
+++ b/services/ui/public/interfaces/ime/ime_struct_traits_test.mojom
@@ -8,8 +8,6 @@ import "services/ui/public/interfaces/ime/ime.mojom";
interface IMEStructTraitsTest {
[Sync]
- EchoCompositionText(CompositionText in) => (CompositionText out);
- [Sync]
EchoTextInputType(TextInputType in) => (TextInputType out);
[Sync]
EchoTextInputMode(TextInputMode in) => (TextInputMode out);

Powered by Google App Engine
This is Rietveld 408576698