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

Unified Diff: chrome/test/data/extensions/manifest_tests/kiosk_only_platform_app.json

Issue 23604068: Add "kiosk_only" manifest attribute for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed .crx binary Created 7 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
Index: chrome/test/data/extensions/manifest_tests/kiosk_only_platform_app.json
diff --git a/chrome/test/data/extensions/manifest_tests/kiosk_disabled_platform_app.json b/chrome/test/data/extensions/manifest_tests/kiosk_only_platform_app.json
similarity index 54%
copy from chrome/test/data/extensions/manifest_tests/kiosk_disabled_platform_app.json
copy to chrome/test/data/extensions/manifest_tests/kiosk_only_platform_app.json
index b3cce78d549af1defa602f44aedd6b8a0c281103..e45a0ce707c7d4f512e7a0b5fb7b13760904609f 100644
--- a/chrome/test/data/extensions/manifest_tests/kiosk_disabled_platform_app.json
+++ b/chrome/test/data/extensions/manifest_tests/kiosk_only_platform_app.json
@@ -1,10 +1,11 @@
{
- "name": "kiosk enabled platform app",
+ "name": "kiosk only platform app",
"version": "1",
"app": {
"background": {
"scripts": ["background.js"]
}
},
- "kiosk_enabled": false
+ "kiosk_enabled": true,
+ "kiosk_only": true
}
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/kiosk_only_packaged_app.json ('k') | extensions/common/manifest_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698