| 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 a2dd73fa0649cc7f25f3a290a751674deae43e78..5960d756657e79eb580b6fbaa28ae88f046430ef 100644
|
| --- a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
|
| @@ -13,6 +13,10 @@ enum Enum {
|
| VALUE
|
| };
|
|
|
| +interface PingTest {
|
| + Ping() => ();
|
| +};
|
| +
|
| interface Provider {
|
| EchoString(string a) => (string a);
|
| EchoStrings(string a, string b) => (string a, string b);
|
|
|