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

Unified Diff: services/user/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 | « services/shell/tests/shell/shell_unittest_manifest.json ('k') | ui/views/mus/unittests_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/user/manifest.json
diff --git a/services/user/manifest.json b/services/user/manifest.json
index 7c61440bb14c4a243a8513e8c02976504ae265a7..246d3922147897f3de7c4300f061a9449b6b00dd 100644
--- a/services/user/manifest.json
+++ b/services/user/manifest.json
@@ -5,7 +5,7 @@
"display_name": "User Service",
"capabilities": {
"required": {
- "mojo:tracing": { "interfaces": [ "*" ] }
+ "*": { "classes": [ "app" ] }
}
}
}
« no previous file with comments | « services/shell/tests/shell/shell_unittest_manifest.json ('k') | ui/views/mus/unittests_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698