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

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

Issue 1943993005: Remove wildcard usage in interface lists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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/lifecycle/exe_manifest.json
diff --git a/services/shell/tests/lifecycle/exe_manifest.json b/services/shell/tests/lifecycle/exe_manifest.json
index 1698a73a359a9a9f97f2f60236dbffa563f8de84..cd081722589580221a14041fab2fe1ad23079883 100644
--- a/services/shell/tests/lifecycle/exe_manifest.json
+++ b/services/shell/tests/lifecycle/exe_manifest.json
@@ -2,5 +2,5 @@
"manifest_version": 1,
"name": "exe:lifecycle_unittest_exe",
"display_name": "Lifecycle Unittest Exe",
- "capabilities": { "*": [ "*" ] }
+ "capabilities": {}
}

Powered by Google App Engine
This is Rietveld 408576698