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

Unified Diff: mash/wm/manifest.json

Issue 1716793003: Enforce Capability Filter provided in manifest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@9deps
Patch Set: . Created 4 years, 10 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/wm/apptest_manifest.json ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/manifest.json
diff --git a/mash/wm/manifest.json b/mash/wm/manifest.json
index c0188d3b6f5a76701bfa8723e18619cc1a68a376..ba0681888d5fd57794f1911242ea7e9c14d5655f 100644
--- a/mash/wm/manifest.json
+++ b/mash/wm/manifest.json
@@ -1,5 +1,5 @@
{
"url": "mojo://desktop_wm/",
"name": "Desktop Window Manager",
- "capabilities": { }
+ "capabilities": { "*": ["*"] }
}
« no previous file with comments | « mash/wm/apptest_manifest.json ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698