| Index: extensions/common/api/_api_features.json
|
| diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
|
| index 929ea424f126d2b72f0aaaad2cc0a813448845ea..dd5b3a72fccb23b44263ddaa956dbd7dc4678f71 100644
|
| --- a/extensions/common/api/_api_features.json
|
| +++ b/extensions/common/api/_api_features.json
|
| @@ -67,6 +67,24 @@
|
| "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "guestViewInternal": [
|
| + {
|
| + "internal": true,
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension"]
|
| + }, {
|
| + // Component extensions can use the guestViewInternal API from iframes.
|
| + "location": "component",
|
| + "internal": true,
|
| + "dependencies": ["permission:webview"],
|
| + "contexts": ["unblessed_extension"]
|
| + }, {
|
| + "internal": true,
|
| + "channel": "trunk",
|
| + "contexts": ["webui"],
|
| + "matches": ["chrome://extensions-frame/*", "chrome://extensions/*"]
|
| + }
|
| + ],
|
| "hid": {
|
| "dependencies": ["permission:hid"],
|
| "contexts": ["blessed_extension"]
|
|
|