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

Unified Diff: extensions/common/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: extensions/common/api/_permission_features.json
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index 83b7b2b57f34d01300c25c2d80d7c5669e1eecd4..2cb5f760b61df46679f383f43c17f5e9bca385ba 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -92,6 +92,12 @@
"81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
]
},
+ "declarativeWebRequest": [
+ {
+ "channel": "beta",
+ "extension_types": ["extension", "legacy_packaged_app"]
+ }
+ ],
"dns": [
{
"channel": "dev",
@@ -293,5 +299,17 @@
"D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
]
}
+ ],
+ "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