| 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 ef97edf8ec23c26fe2322f2a8db5fac49d564389..805a6a68d660fce877e27e39dad07d6fe7a9e56d 100644
|
| --- a/chrome/common/extensions/api/_permission_features.json
|
| +++ b/chrome/common/extensions/api/_permission_features.json
|
| @@ -734,8 +734,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
|
| + ]
|
| + }]
|
| }
|
|
|