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

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

Issue 1719873003: Mojom runtime type info: New implementation for Go. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebasing Created 4 years, 10 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
« no previous file with comments | « mojo/go/tests/validation_type_test.go ('k') | mojo/public/tools/bindings/generators/go_templates/enum.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9fc637ae0ea5d1d9c74b5370815d871dd67a371f..61c11570b7d960f77fc58109d3ad9c3975bc55e7 100644
--- a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
+++ b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
@@ -76,6 +76,7 @@ interface InterfaceA {
// binding code. If you add a method please update the files
// ./data/validation/boundscheck_*. If you add a response please update
// ./data/validation/resp_boundscheck_*.
+[ServiceName="this.is.the.service.name.for.BoundsCheckTestInterface"]
interface BoundsCheckTestInterface {
Method0(uint8 param0) => (uint8 param0);
Method1(uint8 param0);
« no previous file with comments | « mojo/go/tests/validation_type_test.go ('k') | mojo/public/tools/bindings/generators/go_templates/enum.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698