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

Unified Diff: components/mus/manifest.json

Issue 1811483003: Remove support for Root identity singletons and rely on the all_users bit to be set. + test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@54login2
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 | « no previous file | mojo/shell/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/manifest.json
diff --git a/components/mus/manifest.json b/components/mus/manifest.json
index 9117193a3711bd24afc81ab154ec011a00e688f4..093337fb1c355fc715516bec5430687fe5bfdd77 100644
--- a/components/mus/manifest.json
+++ b/components/mus/manifest.json
@@ -1,5 +1,11 @@
{
+ "manifest_version": 1,
"name": "mojo:mus",
"display_name": "Mandoline UI Services",
- "capabilities": { "*": [ "*" ] }
+ "capabilities": {
+ "required": {
+ "*": { "interfaces": [ "*" ] },
+ "mojo:shell": { "classes": [ "all_users" ] }
+ }
+ }
}
« no previous file with comments | « no previous file | mojo/shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698