| 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 86dd3b1e6e016260fc6711fc2b5e138bd8ea986a..cbed5a04f74e88e7271a3d64f53f31103ddf8067 100644
|
| --- a/chrome/common/extensions/api/_permission_features.json
|
| +++ b/chrome/common/extensions/api/_permission_features.json
|
| @@ -743,8 +743,18 @@
|
| "channel": "stable",
|
| "extension_types": ["extension", "legacy_packaged_app"]
|
| },
|
| - "webview": {
|
| + "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": [
|
| + "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension
|
| + ]
|
| + }]
|
| }
|
|
|