Chromium Code Reviews| Index: mojo/public/interfaces/bindings/tests/sample_service.mojom |
| diff --git a/mojo/public/interfaces/bindings/tests/sample_service.mojom b/mojo/public/interfaces/bindings/tests/sample_service.mojom |
| index 1dcc1c7c7cee4b4baa9b6fefe98a2594729c573a..4ebc558e868c44d4b585cbc0909317b508fc438c 100644 |
| --- a/mojo/public/interfaces/bindings/tests/sample_service.mojom |
| +++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom |
| @@ -40,6 +40,7 @@ struct Foo { |
| handle<data_pipe_producer>[] output_streams@11; |
| bool[][] array_of_array_of_bools@12; |
|
Matt Perry
2014/07/07 22:45:45
What do we do for this case? Is it encoded as an a
|
| string[][][] multi_array_of_strings@13; |
| + bool[] array_of_bools@14; |
| }; |
| struct DefaultsTest { |