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

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

Issue 10217017: Allow features to refer to subkeys in _manifest_features.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Validate gives errors again 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
Index: chrome/common/extensions/api/_manifest_features.json
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
index 66a17b95427bda82294624662cf9fbf7bf27f7c9..622ff33c69f4c56073f52762e6d0f072bf5a9f42 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -13,6 +13,13 @@
"extension", "packaged_app", "hosted_app", "platform_app"
]
},
+ "background.persistent": {
+ "channel": "dev",
+ "extension_types": [
+ "extension", "packaged_app", "hosted_app", "platform_app"
Aaron Boodman 2012/04/25 21:48:31 Omit 'hosted_app'.
Matt Perry 2012/04/25 22:28:19 Done.
+ ],
+ "min_manifest_version": 2
+ },
"background_page": {
"channel": "stable",
"extension_types": [

Powered by Google App Engine
This is Rietveld 408576698