| 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 310d916acda95c498b1fd8382408932abe45098e..366de6bf4e8f4366b81be05f0d20211803d26174 100644
|
| --- a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
|
| @@ -40,6 +40,8 @@ interface ConformanceTestInterface {
|
| Method5(StructE param0, handle<data_pipe_producer> param1);
|
| Method6(uint8[][] param0);
|
| Method7(StructF param0, uint8[5] param1);
|
| + Method8(string[]?[] param0);
|
| + Method9(handle?[][]? param0);
|
| };
|
|
|
| struct BasicStruct {
|
|
|