| 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 f041efbc63c21a9086c97e77e12ac75858625b96..3130e5d157ba1e36ad915f7a659a958e1f6ba343 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -112,10 +112,16 @@
|
| "dependencies": ["permission:autotestPrivate"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| - "bookmarkManagerPrivate": {
|
| + "bookmarkManagerPrivate": [{
|
| "dependencies": ["permission:bookmarkManagerPrivate"],
|
| "contexts": ["blessed_extension"]
|
| - },
|
| + }, {
|
| + "channel": "stable",
|
| + "contexts": ["webui"],
|
| + "matches": [
|
| + "chrome://bookmarks/*"
|
| + ]
|
| + }],
|
| "bookmarks": {
|
| "dependencies": ["permission:bookmarks"],
|
| "contexts": ["blessed_extension"]
|
|
|