| Index: chrome/common/extensions/api/_api_features.json
|
| diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
|
| index 06c40e081333916417f62d7fdd7f3055ac801860..bae830409d4d7e44484a591fab12d2043ebe005d 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -745,11 +745,17 @@
|
| "dependencies": ["permission:tabCapture"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| - "tabs": {
|
| + "tabs": [{
|
| "channel": "stable",
|
| "extension_types": ["extension", "legacy_packaged_app"],
|
| "contexts": ["blessed_extension", "extension_service_worker"]
|
| - },
|
| + }, {
|
| + "channel": "stable",
|
| + "contexts": ["webui"],
|
| + "matches": [
|
| + "chrome://bookmarks/*"
|
| + ]
|
| + }],
|
| "terminalPrivate": {
|
| "dependencies": ["permission:terminalPrivate"],
|
| "contexts": ["blessed_extension"]
|
|
|