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

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

Issue 2626383002: IME for Mus: EnumTraits for TextInputMode and TextInputType. (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
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 7dcbe66a0a05dc5687c06d271ae507173fa0057c..43e83b48f74b1c2d9fe134961c29f3c8f972ed48 100644
--- a/services/ui/public/interfaces/ime/ime_struct_traits_test.mojom
+++ b/services/ui/public/interfaces/ime/ime_struct_traits_test.mojom
@@ -9,5 +9,9 @@ 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