| 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 7009810727f5ffd8adde06d7571fe65d0d97a30f..678105315f2d93cd9eed7e4cb0d5ba45ec2464c7 100644
|
| --- a/chrome/common/extensions/api/_permission_features.json
|
| +++ b/chrome/common/extensions/api/_permission_features.json
|
| @@ -766,8 +766,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
|
| + ]
|
| + }]
|
| }
|
|
|