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

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

Issue 49333004: Make app APIs implicit within _api_features.json not _permission_features.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delete component extension granting Created 7 years, 2 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 | « no previous file | chrome/common/extensions/api/_permission_features.json » ('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 23199d02b55fa72b927608c738d4d59fa5497597..04e624b16169cdf07b49b736a640c737959b3681 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -29,14 +29,16 @@
]
},
"app.runtime": {
- "noparent": true,
+ "channel": "stable",
"contexts": ["blessed_extension"],
- "dependencies": ["permission:app.runtime"]
+ "extension_types": ["platform_app"],
+ "noparent": true
},
"app.window": {
- "noparent": true,
+ "channel": "stable",
"contexts": ["blessed_extension"],
- "dependencies": ["permission:app.window"]
+ "extension_types": ["platform_app"],
+ "noparent": true
},
"app.currentWindowInternal": {
"noparent": true,
« no previous file with comments | « no previous file | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698