| 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);
|
|
|