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

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

Issue 853303004: Add Application::RequestQuit() (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: commentary 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: mojo/public/interfaces/application/application.mojom
diff --git a/mojo/public/interfaces/application/application.mojom b/mojo/public/interfaces/application/application.mojom
index d389ae2dd15ab45c1f7a6289f19fdca46af2d234..2bfe068fe3abb12080a1b1cad7812914e1fbe88d 100644
--- a/mojo/public/interfaces/application/application.mojom
+++ b/mojo/public/interfaces/application/application.mojom
@@ -21,4 +21,7 @@ interface Application {
AcceptConnection(string requestor_url,
ServiceProvider&? services,
ServiceProvider? exposed_services);
+
+ // Called to request the application shut itself down gracefully.
+ RequestQuit();
};
« no previous file with comments | « mojo/public/cpp/application/lib/application_impl.cc ('k') | shell/external_application_listener_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698