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

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

Issue 12095023: Allow platform apps to add themselves to the Action Box. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 11 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 ec2f9eaaa5cf044fc1701bc0fb02a47277f098b2..b9607753266ae26dddafabb28226b215bc6a39e2 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -234,6 +234,10 @@
"extension_types": ["extension"],
"max_manifest_version": 1
},
+ "page_launcher": {
+ "channel": "stable",
skare_ 2013/01/30 00:49:51 (product-level): dev first?
Rune Fevang 2013/01/30 01:32:12 I'm not really sure how this is done usually, I se
+ "extension_types": ["platform_app"]
+ },
"permissions": {
"channel": "stable",
"extension_types": [

Powered by Google App Engine
This is Rietveld 408576698