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

Unified Diff: extensions/common/api/_permission_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/_manifest_features.json ('k') | extensions/common/api/declarative_net_request.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_permission_features.json
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index 4c5b65e5977ebfe652f9c9800f87a1b3c6c2fbe5..6c4ce36a4b7d010bb414d75678b47e82e0d587d0 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -163,6 +163,12 @@
"extension_types": ["platform_app"],
"platforms": ["chromeos"]
},
+ "declarativeNetRequest" : {
+ "channel" : "trunk",
+ // TODO legacy packaged app vs platform app vs hosted_app.
+ "extension_types": ["extension", "legacy_packaged_app"],
+ "min_manifest_version" : 2
+ },
"declarativeWebRequest": {
"channel": "beta",
"extension_types": ["extension", "legacy_packaged_app"]
« no previous file with comments | « extensions/common/api/_manifest_features.json ('k') | extensions/common/api/declarative_net_request.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698