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

Unified Diff: chrome/common/extensions/api/_permission_features.json

Issue 620623002: Revert "Allow declarative webrequest and webrequest in extensions." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/web_view_request.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index dffeb39752d8fa4efe6ca86a411656f8fd891d4f..ebdbad157b1246935b625973c84b9500886c5c29 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -329,6 +329,12 @@
"channel": "stable",
"extension_types": ["extension"]
},
+ "declarativeWebRequest": [
+ {
+ "channel": "beta",
+ "extension_types": ["extension", "legacy_packaged_app"]
+ }
+ ],
"desktopCapture": {
"channel": "stable",
"extension_types": ["extension", "platform_app"]
@@ -1056,5 +1062,13 @@
"2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store
"2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype)
]
+ },
+ "webRequest": {
+ "channel": "stable",
+ "extension_types": ["extension", "legacy_packaged_app"]
+ },
+ "webRequestBlocking": {
+ "channel": "stable",
+ "extension_types": ["extension", "legacy_packaged_app"]
}
}
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/web_view_request.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698