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

Unified Diff: content/public/app/mojo/content_browser_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 | « components/mus/gpu/mus_gpu_unittests_app_manifest.json ('k') | mash/init/init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index ab043e411419bff14d77d76e48d20bdb7d2a80f6..5b5a5d9c72eb549c95b8c4f4b8f82882b172ecfd 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -5,14 +5,13 @@
"display_name": "Content Browser",
"capabilities": {
"required": {
- "*": { "interfaces": [ "*" ] },
+ "*": { "classes": [ "app" ] },
"mojo:shell": {
"classes": [
"shell:client_process",
"shell:instance_name",
"shell:user_id"
- ],
- "interfaces": [ "*" ]
+ ]
}
}
}
« no previous file with comments | « components/mus/gpu/mus_gpu_unittests_app_manifest.json ('k') | mash/init/init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698