Index: shell/app_child_process.mojom |
diff --git a/shell/app_child_process.mojom b/shell/app_child_process.mojom |
index a07fb9751b65d9753030739ddf2bf1c3c92102bd..dfe486881b490c309eed357d55352193421d8771 100644 |
--- a/shell/app_child_process.mojom |
+++ b/shell/app_child_process.mojom |
@@ -4,10 +4,11 @@ |
module mojo.shell; |
+import "mojo/public/interfaces/application/application.mojom"; |
+ |
[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, mojo.Application& application_request); |
}; |
interface AppChildControllerClient { |