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

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: Follow review 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
« no previous file with comments | « shell/app_child_process.cc ('k') | shell/dynamic_application_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « shell/app_child_process.cc ('k') | shell/dynamic_application_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698