| Index: extensions/common/api/_permission_features.json
|
| diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
|
| index ecab9344c4b81ed631a6a0c8f448fe6d99bed50c..fe1d80d0b130a62ea248e3e2af24b3766feed27e 100644
|
| --- a/extensions/common/api/_permission_features.json
|
| +++ b/extensions/common/api/_permission_features.json
|
| @@ -294,5 +294,22 @@
|
| "A434B90223C3C52F2B69DB494736B63C612C774D"
|
| ]
|
| }
|
| + ],
|
| + "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
|
| + ]
|
| + }
|
| ]
|
| }
|
|
|