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

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

Issue 11361189: Initial skeleton for System Indicator API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add manifest parsing and integrate with extension action api handlers. Created 8 years, 1 month 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 adb4c655f0bdfd5c5b902b6f6bc87a3df0522ff8..2901906f6dcfadaf62256f0431b7385a1fe357cc 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -242,6 +242,10 @@
"channel": "stable",
"extension_types": "all"
},
+ "system_indicator": {
+ "channel": "dev",
+ "extension_types": ["extension", "packaged_app", "platform_app"]
+ },
"theme": {
"channel": "stable",
"extension_types": ["theme"]

Powered by Google App Engine
This is Rietveld 408576698