| 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 add73ea83d464c0cd768cab0e6201eb454300d34..8d3a900fd74156897a7bcecc0ac556d94052ad0b 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -122,10 +122,17 @@
|
| "chrome://bookmarks/*"
|
| ]
|
| }],
|
| - "bookmarks": {
|
| + "bookmarks": [{
|
| "dependencies": ["permission:bookmarks"],
|
| - "contexts": ["blessed_extension"]
|
| - },
|
| + "contexts": ["blessed_extension"],
|
| + "default_parent": true
|
| + }, {
|
| + "channel": "stable",
|
| + "contexts": ["webui"],
|
| + "matches": [
|
| + "chrome://bookmarks/*"
|
| + ]
|
| + }],
|
| "bookmarks.export": {
|
| "whitelist": [
|
| "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
|
|
|