Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3277)

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 2491773003: [MD Bookmarks] Make the bookmarks extensions API available to MD Bookmarks. (Closed)
Patch Set: fix test Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/api/common_extension_api_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/common/extensions/api/common_extension_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698