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

Unified Diff: services/service_manager/background/tests/test.mojom

Issue 2646033002: mash: Exit the root process if the window manager service crashes (Closed)
Patch Set: review comments Created 3 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: services/service_manager/background/tests/test.mojom
diff --git a/services/service_manager/background/tests/test.mojom b/services/service_manager/background/tests/test.mojom
index efbdb67b4d0661fed0f6ea0c6b7d3c5f5c7c4e14..d6f62a1aaeddb3db0f251ee0b656ac9f2e1dc8d5 100644
--- a/services/service_manager/background/tests/test.mojom
+++ b/services/service_manager/background/tests/test.mojom
@@ -6,4 +6,7 @@ module service_manager.mojom;
interface TestService {
Test() => ();
+
+ // Asks the test service to quit itself.
+ Quit();
};

Powered by Google App Engine
This is Rietveld 408576698