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

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

Issue 2618493002: Chrome app manifest support for action handlers. (Closed)
Patch Set: Address comments Created 3 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: extensions/common/api/_manifest_features.json
diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json
index 05cbbe97aa935ba6603c5b40bf28f6d783fa6b49..673f2a95db0f9741cc16bf21938a1880686438bb 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -7,6 +7,10 @@
// well as feature.h, simple_feature.h, and base_feature_provider.h.
{
+ "action_handlers": {
+ "channel": "stable",
Devlin 2017/01/17 21:42:01 Let's not launch this to stable just yet - it's us
jdufault 2017/01/20 20:31:47 How long of an incubation period? The changes here
Devlin 2017/01/30 21:19:59 Mostly, we want the consumers of this API to have
+ "extension_types": ["platform_app"]
+ },
Devlin 2017/01/17 21:42:01 should we restrict this to chromeos?
jdufault 2017/01/20 20:31:47 Done.
"app": {
"channel": "stable",
"extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"]

Powered by Google App Engine
This is Rietveld 408576698