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

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

Issue 797303002: Remove the webview API whitelist (just the GAIA component extension). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 6 years 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 | « no previous file | no next file » | 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 7ded226a53eb9e6c8e05ab0a9fa655971c3bc00c..7f2652065d5e63ba478941d6f29cd8303a7be7b6 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -121,12 +121,10 @@
"81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
]
},
- "declarativeWebRequest": [
- {
+ "declarativeWebRequest": {
"channel": "beta",
"extension_types": ["extension", "legacy_packaged_app"]
- }
- ],
+ },
"dns": [
{
"channel": "dev",
@@ -325,33 +323,16 @@
"extension_types": ["extension", "platform_app"],
"platforms": ["chromeos"]
},
- "webview": [
- {
- "channel": "stable",
- "extension_types": ["platform_app"]
- },
- {
- // General support for webview in component extensions still in progress.
- // Only allowed for whitelisted extensions until all the caveats are
- // addressed. Tracked in crbug/285151.
- "channel": "stable",
- "extension_types": ["extension"],
- "location": "component",
- "whitelist": [
- "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
- ]
- }
- ],
- "webRequest": [
- {
+ "webview": {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ },
+ "webRequest": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
- }
- ],
- "webRequestBlocking": [
- {
+ },
+ "webRequestBlocking": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
- }
- ]
+ }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698