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

Unified Diff: services/shell/tests/connect/connect_test_app_a_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_test_app_a_manifest.json
diff --git a/services/shell/tests/connect/connect_test_app_a_manifest.json b/services/shell/tests/connect/connect_test_app_a_manifest.json
index 3ab8927b410a0779f3b321fea4e65006c2fff435..9f025c4760452ce0f4f947715ef96e0418b08fa0 100644
--- a/services/shell/tests/connect/connect_test_app_a_manifest.json
+++ b/services/shell/tests/connect/connect_test_app_a_manifest.json
@@ -2,5 +2,9 @@
"manifest_version": 1,
"name": "mojo:connect_test_a",
"display_name": "Connect Test A",
- "capabilities": { }
+ "capabilities": {
+ "required": {
+ "mojo:connect_test_class_app": { "classes": [ "class" ] }
+ }
+ }
}

Powered by Google App Engine
This is Rietveld 408576698