Chromium Code Reviews| 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..2358af72aa85c8950bdffb42d87bf6a0cc2e69b5 100644 |
| --- a/services/ui/public/interfaces/ime/ime_struct_traits_test.mojom |
| +++ b/services/ui/public/interfaces/ime/ime_struct_traits_test.mojom |
| @@ -8,6 +8,12 @@ import "services/ui/public/interfaces/ime/ime.mojom"; |
| interface IMEStructTraitsTest { |
| [Sync] |
| + EchoCandidateWindowProperties(CandidateWindowProperties in) |
|
sky
2017/04/26 20:03:23
You shouldn't need a mojom to test serialization.
Hadi
2017/04/27 12:34:20
Done.
|
| + => (CandidateWindowProperties out); |
| + [Sync] |
| + EchoCandidateWindowEntry(CandidateWindowEntry in) |
| + => (CandidateWindowEntry out); |
| + [Sync] |
| EchoCompositionText(CompositionText in) => (CompositionText out); |
| [Sync] |
| EchoTextInputType(TextInputType in) => (TextInputType out); |