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

Unified Diff: components/mus/demo/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 | « no previous file | components/mus/gpu/mus_gpu_unittests_app_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/demo/manifest.json
diff --git a/components/mus/demo/manifest.json b/components/mus/demo/manifest.json
index 239bb128520c6af87e5a0833fb83603122b62f53..6fe20520fa664164aff397d1bddcaec3eddcb33c 100644
--- a/components/mus/demo/manifest.json
+++ b/components/mus/demo/manifest.json
@@ -4,7 +4,7 @@
"display_name": "MUS Demo",
"capabilities": {
"required": {
- "*": { "interfaces": [ "*" ] },
+ "*": { "classes": [ "app" ] },
"mojo:mus": { "interfaces": [ "mus::mojom::WindowTreeHostFactory" ] }
}
}
« no previous file with comments | « no previous file | components/mus/gpu/mus_gpu_unittests_app_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698