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

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

Issue 9950046: Implement FeatureProvider for ExtensionAPI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months 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/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",

Powered by Google App Engine
This is Rietveld 408576698