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

Unified Diff: mash/screenlock/manifest.json

Issue 1910043002: Provide capability classes from Mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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/quick_launch/quick_launch_application.cc ('k') | mash/task_viewer/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/screenlock/manifest.json
diff --git a/mash/screenlock/manifest.json b/mash/screenlock/manifest.json
index 9af78dc884621b074b14eb48e453e5ad17010f4f..7b88a535e8cfe2e23de1bba844a00cb8a91ee491 100644
--- a/mash/screenlock/manifest.json
+++ b/mash/screenlock/manifest.json
@@ -1,5 +1,11 @@
{
+ "manifest_version": 1,
"name": "mojo:screenlock",
"display_name": "Screen Lock",
- "capabilities": { "*": [ "*" ] }
+ "capabilities": {
+ "required": {
+ "*": { "interfaces": [ "*" ] },
+ "mojo:mus": { "classes": [ "mus:core" ] }
+ }
+ }
}
« no previous file with comments | « mash/quick_launch/quick_launch_application.cc ('k') | mash/task_viewer/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698