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

Unified Diff: mash/session/manifest.json

Issue 1943993005: Remove wildcard usage in interface lists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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/init/manifest.json ('k') | mash/unittests_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/manifest.json
diff --git a/mash/session/manifest.json b/mash/session/manifest.json
index 2c91534934a69dc8311d38caf274e110c7e53e41..f59ced832edb173e30740c3171c182a493e2ce3a 100644
--- a/mash/session/manifest.json
+++ b/mash/session/manifest.json
@@ -3,6 +3,6 @@
"name": "mojo:mash_session",
"display_name": "User Session",
"capabilities": {
- "required": { "*": { "interfaces": [ "*" ] } }
+ "required": { "*": { "classes": [ "app" ] } }
}
}
« no previous file with comments | « mash/init/manifest.json ('k') | mash/unittests_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698