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

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

Issue 2450623002: [MD Bookmarks] Add skeleton for Material Design Bookmarks (Closed)
Patch Set: address comments 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
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"]

Powered by Google App Engine
This is Rietveld 408576698