| Index: third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| diff --git a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| index 5c80781ca6c7a541f05973c36c9d703ba88c0926..700481c76b6adbaf827d88b76185c282ccb3675f 100644
|
| --- a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| +++ b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| @@ -104,21 +104,16 @@ struct StructWithHoleV2 {
|
| int32 v3 = 3;
|
| };
|
|
|
| -[Client=ServiceClient]
|
| interface Service {
|
| enum BazOptions {
|
| REGULAR = 0,
|
| EXTRA
|
| };
|
| const uint8 kFavoriteBaz = 1;
|
| - Frobinate@0(Foo? foo@0, BazOptions baz@1, Port? port@2);
|
| + Frobinate@0(Foo? foo@0, BazOptions baz@1, Port? port@2) => (int32 result@0);
|
| GetPort@1(Port& port @0);
|
| };
|
|
|
| -interface ServiceClient {
|
| - DidFrobinate@0(int32 result@0);
|
| -};
|
| -
|
| // This interface is referenced above where it is defined. It also refers to
|
| // itself from a method.
|
| interface Port {
|
|
|