| Index: mojo/public/bindings/sample/sample_service.mojom
|
| diff --git a/mojo/public/bindings/sample/sample_service.mojom b/mojo/public/bindings/sample/sample_service.mojom
|
| index 3b7353480672ae6908ae8f24d72214bb33933512..afc8c4907941be3e899068ec0332e704900e790b 100644
|
| --- a/mojo/public/bindings/sample/sample_service.mojom
|
| +++ b/mojo/public/bindings/sample/sample_service.mojom
|
| @@ -35,7 +35,11 @@ struct Foo {
|
|
|
| [Peer=ServiceClient]
|
| interface Service {
|
| - void Frobinate(Foo foo @0, bool baz @1, handle<message_pipe> port @2) @0;
|
| + enum BazOptions {
|
| + BAZ_REGULAR = 0,
|
| + BAZ_EXTRA
|
| + };
|
| + void Frobinate(Foo foo @0, int32 baz @1, handle<message_pipe> port @2) @0;
|
| };
|
|
|
| [Peer=Service]
|
|
|