| 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 c7bdc99c3ea66d1c6d483eb11cf6fde78280f53a..738919e2f45540413c510b641b8fa60df34c5d01 100644
|
| --- a/services/shell/tests/connect/connect_test_app_manifest.json
|
| +++ b/services/shell/tests/connect/connect_test_app_manifest.json
|
| @@ -4,12 +4,15 @@
|
| "display_name": "Connect Test App",
|
| "capabilities": {
|
| "required": {
|
| + "mojo:connect_unittests": {
|
| + "interfaces": [ "shell::test::mojom::ExposedInterface" ]
|
| + },
|
| "mojo:connect_test_a": {
|
| "interfaces": [ "shell::test::mojom::ConnectTestService" ]
|
| },
|
| "mojo:connect_test_class_app": {
|
| "classes": [ "class" ],
|
| - "interfaces": ["shell::test::mojom::ConnectTestService"]
|
| + "interfaces": [ "shell::test::mojom::ConnectTestService" ]
|
| },
|
| "mojo:shell": { "classes": [ "shell:user_id" ] }
|
| }
|
|
|