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

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

Issue 1595483004: kiosk: Add kiosk.required_platform_version manifest key (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 5be1265d99fe3a30519b7a5326ac53f82ff1669d..3ff79a2edd7cc57261e5f0961c28d6d0c1e822bb 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -288,6 +288,10 @@
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
},
+ "required_platform_version": {
asargent_no_longer_on_chrome 2016/01/19 22:11:00 I don't think this is a feature we'd ever consider
xiyuan 2016/01/19 23:40:52 Done.
+ "channel": "stable",
asargent_no_longer_on_chrome 2016/01/19 22:11:00 Please set channel to canary or dev until you have
xiyuan 2016/01/19 23:40:52 Done.
+ "extension_types": ["platform_app"]
+ },
"sandbox": {
"channel": "stable",
"extension_types": [
« no previous file with comments | « no previous file | extensions/common/manifest_constants.h » ('j') | extensions/common/manifest_handlers/kiosk_mode_info.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698