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

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

Issue 466613002: Add validation logic for non-nullable types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 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 {

Powered by Google App Engine
This is Rietveld 408576698