| Index: extensions/common/api/_api_features.json
|
| diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
|
| index dd5b3a72fccb23b44263ddaa956dbd7dc4678f71..10702fba593449d8f0020bf851e6464e390fa6a8 100644
|
| --- a/extensions/common/api/_api_features.json
|
| +++ b/extensions/common/api/_api_features.json
|
| @@ -73,16 +73,14 @@
|
| "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/*"]
|
| + "matches": [
|
| + "chrome://extensions-frame/*",
|
| + "chrome://extensions/*",
|
| + "chrome://chrome-signin/*"
|
| + ]
|
| }
|
| ],
|
| "hid": {
|
| @@ -252,10 +250,9 @@
|
| "dependencies": ["permission:webview"],
|
| "contexts": ["blessed_extension"]
|
| }, {
|
| - // Component extensions can use the webViewInternal API from iframes.
|
| - "location": "component",
|
| "internal": true,
|
| - "dependencies": ["permission:webview"],
|
| - "contexts": ["unblessed_extension"]
|
| + "channel": "dev",
|
| + "contexts": ["webui"],
|
| + "matches": ["chrome://chrome-signin/*"]
|
| }]
|
| }
|
|
|