| Index: services/test_service/test_service.mojom
|
| diff --git a/services/test_service/test_service.mojom b/services/test_service/test_service.mojom
|
| index 5144addc6139b6d8141d02a1a56dc8b9b157faf3..88486430be4d012e8ea5245fc5d6251d0a7895b9 100644
|
| --- a/services/test_service/test_service.mojom
|
| +++ b/services/test_service/test_service.mojom
|
| @@ -4,6 +4,7 @@
|
|
|
| module mojo.test;
|
|
|
| +[ServiceName="mojo::test::TestService"]
|
| interface TestService {
|
| Ping() => ();
|
| // Connect to a TestTimeService at |app_url| and ferry the data back
|
| @@ -12,6 +13,7 @@ interface TestService {
|
| StartTrackingRequests() => ();
|
| };
|
|
|
| +[ServiceName="mojo::test::TestTimeService"]
|
| interface TestTimeService {
|
| // Provides a constant time value.
|
| GetPartyTime() => (int64 time_usec);
|
|
|