Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(585)

Unified Diff: shell/app_child_process.mojom

Issue 865253002: Delete temporary application file as soon as the application is launched. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: clang format Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698