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

Unified Diff: components/leveldb/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
« no previous file with comments | « components/leveldb/apptest_manifest.json ('k') | components/mus/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/manifest.json
diff --git a/components/leveldb/manifest.json b/components/leveldb/manifest.json
index 3925b4979f17c7e71be717f027eeb6dd82c315d9..a6f08aa9d62eb6baeb47614343114cee1d1198de 100644
--- a/components/leveldb/manifest.json
+++ b/components/leveldb/manifest.json
@@ -1,5 +1,5 @@
{
"url": "mojo://leveldb/",
"name": "LevelDB Service",
- "capabilities": { }
+ "capabilities": { "*": ["*"] }
}
« no previous file with comments | « components/leveldb/apptest_manifest.json ('k') | components/mus/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698