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

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

Issue 50523011: Revert 231504 "Make app APIs implicit within _api_features.json ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | trunk/src/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: trunk/src/chrome/common/extensions/api/_api_features.json
===================================================================
--- trunk/src/chrome/common/extensions/api/_api_features.json (revision 231915)
+++ trunk/src/chrome/common/extensions/api/_api_features.json (working copy)
@@ -29,16 +29,14 @@
]
},
"app.runtime": {
- "channel": "stable",
+ "noparent": true,
"contexts": ["blessed_extension"],
- "extension_types": ["platform_app"],
- "noparent": true
+ "dependencies": ["permission:app.runtime"]
},
"app.window": {
- "channel": "stable",
+ "noparent": true,
"contexts": ["blessed_extension"],
- "extension_types": ["platform_app"],
- "noparent": true
+ "dependencies": ["permission:app.window"]
},
"app.currentWindowInternal": {
"noparent": true,
« no previous file with comments | « no previous file | trunk/src/chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698