Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / mojo / services / test_service / test_service.mojom
index 4ed741e..bda3b68 100644 (file)
@@ -8,7 +8,7 @@ interface TestService {
   Ping() => ();
   // Connect to a TestTimeService at |app_url| and ferry the data back
   // in |response|.
-  ConnectToAppAndGetTime(string app_url) => (int64 time_usec);
+  ConnectToAppAndGetTime(string? app_url) => (int64 time_usec);
   StartTrackingRequests() => ();
 };