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

Unified Diff: mojo/public/interfaces/bindings/tests/sample_service.mojom

Issue 377713004: Support packed arrays of booleans in Mojo messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: 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 {

Powered by Google App Engine
This is Rietveld 408576698