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

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

Issue 596003002: Allow declarative webrequest and webrequest in extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up RuleRegistry in ExtensionsApiClient. 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
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 ebdbad157b1246935b625973c84b9500886c5c29..dffeb39752d8fa4efe6ca86a411656f8fd891d4f 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -329,12 +329,6 @@
"channel": "stable",
"extension_types": ["extension"]
},
- "declarativeWebRequest": [
- {
- "channel": "beta",
- "extension_types": ["extension", "legacy_packaged_app"]
- }
- ],
"desktopCapture": {
"channel": "stable",
"extension_types": ["extension", "platform_app"]
@@ -1062,13 +1056,5 @@
"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"]
}
}

Powered by Google App Engine
This is Rietveld 408576698