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

Unified Diff: mojo/shell/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 | « mojo/services/tracing/manifest.json ('k') | mojo/shell/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/manifest.json
diff --git a/mojo/shell/manifest.json b/mojo/shell/manifest.json
index 7d006e635851337536243e97b2dcb938517e0921..24a6f775f14158d53ecf39f1f3672d2dece77e55 100644
--- a/mojo/shell/manifest.json
+++ b/mojo/shell/manifest.json
@@ -6,7 +6,11 @@
"provided": {
"user_id": [ ],
"client_process": [ ],
- "instance_name": [ ]
+ "instance_name": [ ],
+ "all_users": [ ]
+ },
+ "required": {
+ "mojo:shell": { "classes": [ "all_users" ] }
}
}
}
« no previous file with comments | « mojo/services/tracing/manifest.json ('k') | mojo/shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698