Index: shell/app_child_process.mojom |
diff --git a/shell/app_child_process.mojom b/shell/app_child_process.mojom |
index a07fb9751b65d9753030739ddf2bf1c3c92102bd..0fbd75484c60900e4fb6e011183530ce5411e907 100644 |
--- a/shell/app_child_process.mojom |
+++ b/shell/app_child_process.mojom |
@@ -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, bool clean_app_path, handle<message_pipe> service); |
}; |
interface AppChildControllerClient { |