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
|
}; |
} |