diff options
author | hansmuller@chromium.org <hansmuller@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 00:06:10 +0000 |
---|---|---|
committer | hansmuller@chromium.org <hansmuller@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 00:06:10 +0000 |
commit | 84763789bba88cf7542200856d9dc6691b07f886 (patch) | |
tree | 29b5fbb4ab40bd3ca8e1cf881761ee393fb0b9f3 /mojo/public/interfaces/bindings/tests | |
parent | 3b85fd90f30a8abef2a9c2a7a93cee208c2801a9 (diff) | |
download | chromium_src-84763789bba88cf7542200856d9dc6691b07f886.zip chromium_src-84763789bba88cf7542200856d9dc6691b07f886.tar.gz chromium_src-84763789bba88cf7542200856d9dc6691b07f886.tar.bz2 |
Support packed arrays of booleans in Mojo messages
BUG=390949
Review URL: https://codereview.chromium.org/377713004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/public/interfaces/bindings/tests')
-rw-r--r-- | mojo/public/interfaces/bindings/tests/sample_service.mojom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/public/interfaces/bindings/tests/sample_service.mojom b/mojo/public/interfaces/bindings/tests/sample_service.mojom index 1dcc1c7..4ebc558 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; string[][][] multi_array_of_strings@13; + bool[] array_of_bools@14; }; struct DefaultsTest { |