| Index: mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/sample_service.mojom b/mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| index fabf2b3e85d3553830fc8b58dbce1c5c2e74d930..f6631839edf89ea0aea30fa03c0e0e2db57c8bfa 100644
|
| --- a/mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| @@ -94,6 +94,7 @@ interface Service {
|
| };
|
| const uint8 kFavoriteBaz = 1;
|
| Frobinate@0(Foo foo@0, BazOptions baz@1, Port port@2);
|
| + GetPort@1(Port& port @0);
|
| };
|
|
|
| interface ServiceClient {
|
|
|