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

Unified Diff: mojo/shell/tests/lifecycle/exe_manifest.json

Issue 1775813002: Eliminate CapabilityFilter parameter from CreateInstance, instead reading it from the associated ma… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@41qual
Patch Set: . Created 4 years, 9 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/lifecycle/exe_manifest.json
diff --git a/mojo/shell/tests/lifecycle/exe_manifest.json b/mojo/shell/tests/lifecycle/exe_manifest.json
index 0308da76c988454880dfb9f4c8fcc6191fe6e239..2e6d580fb79b02f37c93a3786fcc1369a7eac0f4 100644
--- a/mojo/shell/tests/lifecycle/exe_manifest.json
+++ b/mojo/shell/tests/lifecycle/exe_manifest.json
@@ -1,5 +1,5 @@
{
"name": "exe:lifecycle_unittest_exe",
"display_name": "Lifecycle Unittest Exe",
- "capabilities": {}
+ "capabilities": { "*": ["*"] }
}

Powered by Google App Engine
This is Rietveld 408576698