| Index: mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
|
| index 7c20b304734065c2c3da05e7ae44b6907b649013..ee59c37df65ecfa9c17b29a0109f361842f4b1c4 100644
|
| --- a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
|
| @@ -8,7 +8,6 @@ enum Enum {
|
| ENUM_VALUE
|
| };
|
|
|
| -[Peer=ProviderClient]
|
| interface Provider {
|
| EchoString(string a) => (string a);
|
| EchoStrings(string a, string b) => (string a, string b);
|
| @@ -16,8 +15,4 @@ interface Provider {
|
| EchoEnum(Enum a) => (Enum a);
|
| };
|
|
|
| -[Peer=Provider]
|
| -interface ProviderClient {
|
| -};
|
| -
|
| }
|
|
|