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

Unified Diff: mojo/public/interfaces/service_provider/service_provider.mojom

Issue 394903005: mojo: terminate apps if the shell goes away (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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: mojo/public/interfaces/service_provider/service_provider.mojom
diff --git a/mojo/public/interfaces/service_provider/service_provider.mojom b/mojo/public/interfaces/service_provider/service_provider.mojom
index de7ddf539b4323a9ebf03bd5fd77f2067d500a2c..0ff0db1fc9ac03852a6067e61e0dbe08e4a7afda 100644
--- a/mojo/public/interfaces/service_provider/service_provider.mojom
+++ b/mojo/public/interfaces/service_provider/service_provider.mojom
@@ -27,6 +27,7 @@ interface Shell {
[Client=Shell]
interface Application {
AcceptConnection(string requestor_url, ServiceProvider provider);
+ Terminate();
darin (slow to review) 2014/07/28 16:49:58 I'm not sure this is the API we want for applicati
tim (not reviewing) 2014/07/28 16:55:17 If the primordial app exits and we want to quit th
};
}
« no previous file with comments | « mojo/public/cpp/application/lib/application_impl_standalone.cc ('k') | mojo/service_manager/service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698