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

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

Issue 1918333002: Add explicit capability class enforcement. (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
« no previous file with comments | « services/shell/tests/connect/connect_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 336450be900fa26658d560ec14261b1b08da1c9a..715b1f31ec78911df3fdb2a5570346549a05441d 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",
« no previous file with comments | « services/shell/tests/connect/connect_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698