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

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

Issue 340223002: Add ArrayDataTraits<> specialization for Array_Data<T>*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/validation_test_interfaces.mojom
diff --git a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
index c16c384c87d0ca8548e96c43686d217daf01b988..76c0cdac19f69f309adf96579e8e54726ee18c8f 100644
--- a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
+++ b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
@@ -32,6 +32,7 @@ interface ConformanceTestInterface {
Method3(bool[] param0);
Method4(StructC param0, uint8[] param1);
Method5(StructE param0, handle<data_pipe_producer> param1);
+ Method6(uint8[][] param0);
};
struct BasicStruct {
« no previous file with comments | « mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd6_nested_array_num_bytes_less_than_necessary_size.expected ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698