| Index: chrome/common/extensions/api/bookmarks.json
|
| diff --git a/chrome/common/extensions/api/bookmarks.json b/chrome/common/extensions/api/bookmarks.json
|
| index 1648d41908bde33881a3ffaedcdba9d0329f0160..0fe84b6f4f814f751d975188ce232b5f9a451e27 100644
|
| --- a/chrome/common/extensions/api/bookmarks.json
|
| +++ b/chrome/common/extensions/api/bookmarks.json
|
| @@ -5,6 +5,9 @@
|
| [
|
| {
|
| "namespace": "bookmarks",
|
| + "uses_feature_system": true,
|
| + "dependencies": ["permission:bookmarks"],
|
| + "contexts": ["blessed_extension"],
|
| "types": [
|
| {
|
| "id": "BookmarkTreeNode",
|
|
|