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

Unified Diff: services/shell/tests/connect/connect_test_app_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
Index: services/shell/tests/connect/connect_test_app_manifest.json
diff --git a/services/shell/tests/connect/connect_test_app_manifest.json b/services/shell/tests/connect/connect_test_app_manifest.json
index 91a0c6e4adbd69834b5c67ba1acf624f3a49f00e..c7bdc99c3ea66d1c6d483eb11cf6fde78280f53a 100644
--- a/services/shell/tests/connect/connect_test_app_manifest.json
+++ b/services/shell/tests/connect/connect_test_app_manifest.json
@@ -4,7 +4,9 @@
"display_name": "Connect Test App",
"capabilities": {
"required": {
- "mojo:connect_test_a": { "interfaces": ["*"] },
+ "mojo:connect_test_a": {
+ "interfaces": [ "shell::test::mojom::ConnectTestService" ]
+ },
"mojo:connect_test_class_app": {
"classes": [ "class" ],
"interfaces": ["shell::test::mojom::ConnectTestService"]
« no previous file with comments | « services/shell/public/cpp/lib/interface_registry.cc ('k') | services/shell/tests/connect/connect_unittests_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698