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

Unified Diff: mojo/services/catalog/manifest.json

Issue 1810713002: Cascade shutdown of instances (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@55all_users
Patch Set: . Created 4 years, 9 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 | « mash/shell/shell_application_delegate.cc ('k') | mojo/services/tracing/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/catalog/manifest.json
diff --git a/mojo/services/catalog/manifest.json b/mojo/services/catalog/manifest.json
index 0fa970dbda845d03ca6606576670c1f159a84014..770cc26f2d8d4c456431390272642d7e119d0823 100644
--- a/mojo/services/catalog/manifest.json
+++ b/mojo/services/catalog/manifest.json
@@ -1,5 +1,10 @@
{
+ "manifest_version": 1,
"name": "mojo:catalog",
"display_name": "Catalog",
- "capabilities": {}
+ "capabilities": {
+ "required": {
+ "mojo:shell": { "classes": [ "all_users" ] }
+ }
+ }
}
« no previous file with comments | « mash/shell/shell_application_delegate.cc ('k') | mojo/services/tracing/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698