| 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 ddbfe9737e3a0a0314ac91406f0f37effd64201a..d5c5f57e71fb72fc239ea0efd5b8b0d29c8c3030 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -807,8 +807,14 @@
|
| "dependencies": ["permission:webview"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| - "windows": {
|
| + "windows": [{
|
| "dependencies": ["api:tabs"],
|
| "contexts": ["blessed_extension"]
|
| - }
|
| + }, {
|
| + "channel": "stable",
|
| + "contexts": ["webui"],
|
| + "matches": [
|
| + "chrome://bookmarks/*"
|
| + ]
|
| + }]
|
| }
|
|
|