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

Unified Diff: extensions/common/api/_manifest_features.json

Issue 2881453002: DNR Prototype: With flatbuffers
Patch Set: -- Created 3 years, 6 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 | « extensions/common/api/_api_features.json ('k') | extensions/common/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_manifest_features.json
diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json
index 8b10f3df75b4a0533bd4a39c1f63de0dd8789c3b..54420d4fe71bf9dbdc6ccd9330016a437970cb01 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -127,6 +127,11 @@
"channel": "stable",
"extension_types": "all"
},
+ "declarative_net_request_rules" : {
+ // TODO can manifest features have dependencies, can't see an example.
+ "dependencies": ["permission:declarativeNetRequest"],
+ "extension_types": ["extension", "legacy_packaged_app"]
+ },
"default_locale": {
"channel": "stable",
"extension_types": "all"
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698