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

Unified Diff: mojo/shell/tests/application_manager_apptest_manifest.json

Issue 1716793003: Enforce Capability Filter provided in manifest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@9deps
Patch Set: . Created 4 years, 10 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: mojo/shell/tests/application_manager_apptest_manifest.json
diff --git a/mojo/shell/tests/application_manager_apptest_manifest.json b/mojo/shell/tests/application_manager_apptest_manifest.json
index 1c8fd8a63fa2a489c694332cd0589e5e62a3ddbc..e204a346649efc78ce6b40a8ad47b52a69f7e95f 100644
--- a/mojo/shell/tests/application_manager_apptest_manifest.json
+++ b/mojo/shell/tests/application_manager_apptest_manifest.json
@@ -1,5 +1,5 @@
{
"url": "mojo://mojo_shell_apptests/",
"name": "Application Manager Apptests",
- "capabilities": { }
+ "capabilities": { "*": [ "*" ] }
}
« no previous file with comments | « mojo/shell/tests/application_manager_apptest_driver_manifest.json ('k') | mojo/shell/tests/package_test_app_a_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698