Index: shell/app_child_process.mojom |
diff --git a/shell/app_child_process.mojom b/shell/app_child_process.mojom |
index a07fb9751b65d9753030739ddf2bf1c3c92102bd..9cad846a5e4b33b297e8deb51688c7f253e59854 100644 |
--- a/shell/app_child_process.mojom |
+++ b/shell/app_child_process.mojom |
@@ -7,7 +7,9 @@ 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, |
+ uint8 cleanup_behavior, |
Aaron Boodman
2015/01/27 16:05:02
Please change this to be either a bool or a mojom
|
+ handle<message_pipe> service); |
}; |
interface AppChildControllerClient { |