| 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 04893a49522be8527ff823d50d1d110b063b772e..7ea59ecad0af47d36ce2574657a0464454983f48 100644
|
| --- a/mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| @@ -52,7 +52,6 @@ struct DefaultsTest {
|
| Bar.Type bar_type = Bar.TYPE_BOTH;
|
| };
|
|
|
| -[Peer=ServiceClient]
|
| interface Service {
|
| enum BazOptions {
|
| BAZ_REGULAR = 0,
|
| @@ -61,15 +60,11 @@ interface Service {
|
| Frobinate@0(Foo foo @0, BazOptions baz @1, Port port @2);
|
| };
|
|
|
| -[Peer=Service]
|
| -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 {
|
| - PostMessage@0(string message_text @0, Port[] extra_ports@1);
|
| + // XXX PostMessage@0(string message_text @0, Port[] extra_ports@1);
|
| + PostMessage@0(string message_text @0, Port port@1);
|
| };
|
|
|
| }
|
|
|