Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / mojo / shell / app_child_process.mojom
index 5b0f180..d8cef12 100644 (file)
@@ -7,7 +7,7 @@ module mojo.shell {
 [Client=AppChildControllerClient]
 interface AppChildController {
   // TODO(vtl): |service| should be of a more specific type.
-  StartApp(string app_path, handle<message_pipe> service);
+  StartApp(string? app_path, handle<message_pipe>? service);
 };
 
 interface AppChildControllerClient {