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

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

Issue 1301323005: Implement kiosk multiple apps feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « chromeos/chromeos_paths.cc ('k') | extensions/common/api/extensions_manifest_types.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_manifest_features.json
diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json
index 42b3288cb67f7999514f617bcfd64cad8c4aacb8..d50cc4f56a6b53a6cd3c962ad9b19a7d17450e12 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -175,6 +175,12 @@
"platform_app"
]
},
+ "kiosk_secondary_apps": {
+ "channel": "stable",
+ "extension_types": [
+ "platform_app"
+ ]
+ },
"launcher_page": {
"channel": "stable",
"min_manifest_version": 2,
« no previous file with comments | « chromeos/chromeos_paths.cc ('k') | extensions/common/api/extensions_manifest_types.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698