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

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

Issue 2209943002: Eliminate outgoing InterfaceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tracing
Patch Set: . Created 4 years, 4 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 9f025c4760452ce0f4f947715ef96e0418b08fa0..95e865211b81f37497fa182062ed151130f4fd35 100644
--- a/services/shell/tests/connect/connect_test_app_a_manifest.json
+++ b/services/shell/tests/connect/connect_test_app_a_manifest.json
@@ -4,7 +4,10 @@
"display_name": "Connect Test A",
"capabilities": {
"required": {
- "mojo:connect_test_class_app": { "classes": [ "class" ] }
+ "mojo:connect_unittests": {
+ "interfaces": [ "shell::test::mojom::ExposedInterface" ]
+ },
+ "mojo:connect_test_class_app": { "classes": [ "class" ] }
}
}
}
« no previous file with comments | « services/shell/tests/connect/connect_test_app.cc ('k') | services/shell/tests/connect/connect_test_app_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698