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

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

Issue 10025007: Convert tabs, windows, and extension APIs to feature system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blah Created 8 years, 8 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/extension.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/bookmarks.json
diff --git a/chrome/common/extensions/api/bookmarks.json b/chrome/common/extensions/api/bookmarks.json
index 0fe84b6f4f814f751d975188ce232b5f9a451e27..b68377c3491232fab649f3071a2c0158662fb01a 100644
--- a/chrome/common/extensions/api/bookmarks.json
+++ b/chrome/common/extensions/api/bookmarks.json
@@ -6,8 +6,9 @@
{
"namespace": "bookmarks",
"uses_feature_system": true,
- "dependencies": ["permission:bookmarks"],
+ "extension_types": ["extension", "packaged_app", "platform_app"],
"contexts": ["blessed_extension"],
+ "dependencies": ["permission:bookmarks"],
"types": [
{
"id": "BookmarkTreeNode",
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/extension.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698