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

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: fix theme test 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..47c95b0179943e39f6d50aef3e82309940c84d4e 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", "platform_app"
+ ],
+ "min_manifest_version": 2
+ },
"background_page": {
"channel": "stable",
"extension_types": [

Powered by Google App Engine
This is Rietveld 408576698