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

Unified Diff: services/shell/tests/connect/connect_unittests_manifest.json

Issue 1910043002: Provide capability classes from Mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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_unittests_manifest.json
diff --git a/services/shell/tests/connect/connect_unittests_manifest.json b/services/shell/tests/connect/connect_unittests_manifest.json
index 8e171d28ded508a56cdf2650c9a1a35fb97569f7..b2f39e2cbc8132ffa1ad5950bb12f9028e0e50f1 100644
--- a/services/shell/tests/connect/connect_unittests_manifest.json
+++ b/services/shell/tests/connect/connect_unittests_manifest.json
@@ -5,6 +5,9 @@
"capabilities": {
"required": {
"mojo:connect_test_package": { "interfaces": [ "*" ] },
+ "mojo:connect_test_class_app": {
+ "interfaces": ["*"]
+ },
"mojo:connect_test_app": {
"interfaces": [
"shell::test::mojom::ConnectTestService",
@@ -22,7 +25,7 @@
"shell::test::mojom::UserIdTest"
]
},
- "mojo:shell": { "classes": [ "instance_name", "user_id" ] }
+ "mojo:shell": { "classes": [ "shell:instance_name", "shell:user_id" ] }
}
}
}
« no previous file with comments | « services/shell/tests/connect/connect_unittest.cc ('k') | services/shell/tests/lifecycle/lifecycle_unittest_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698