diff options
author | qsr@chromium.org <qsr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-22 21:01:05 +0000 |
---|---|---|
committer | qsr@chromium.org <qsr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-22 21:01:05 +0000 |
commit | 9e79a5f3ced35a8b7805b99f14e88e850d8c8a90 (patch) | |
tree | 0c002fafc0312147ba73b2633a0cfbc94d6bd20f /mojo/public/interfaces/bindings/tests/sample_service.mojom | |
parent | c3d94acab7eacd547b811b2e45b9441b8588ae1b (diff) | |
download | chromium_src-9e79a5f3ced35a8b7805b99f14e88e850d8c8a90.zip chromium_src-9e79a5f3ced35a8b7805b99f14e88e850d8c8a90.tar.gz chromium_src-9e79a5f3ced35a8b7805b99f14e88e850d8c8a90.tar.bz2 |
Update mojom parser to allow array of arrays.
R=darin@chromium.org
Review URL: https://codereview.chromium.org/247363003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/public/interfaces/bindings/tests/sample_service.mojom')
-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 9786537..04893a4 100644 --- a/mojo/public/interfaces/bindings/tests/sample_service.mojom +++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom @@ -34,6 +34,7 @@ struct Foo { handle<message_pipe> source @9; handle<data_pipe_consumer>[] input_streams @10; handle<data_pipe_producer>[] output_streams @11; + bool[][] array_of_array_of_bools @12; }; struct DefaultsTestInner { |