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

Unified Diff: chrome/test/data/extensions/manifest_tests/kiosk_only_hosted_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_hosted_app.json
diff --git a/chrome/test/data/extensions/manifest_tests/kiosk_enabled_hosted_app.json b/chrome/test/data/extensions/manifest_tests/kiosk_only_hosted_app.json
similarity index 71%
copy from chrome/test/data/extensions/manifest_tests/kiosk_enabled_hosted_app.json
copy to chrome/test/data/extensions/manifest_tests/kiosk_only_hosted_app.json
index b572cc07127cbf59d7b42613ceb0a6e31be1be05..9e7c8f47aaa6dea1c2ec25054bd7a3f437219862 100644
--- a/chrome/test/data/extensions/manifest_tests/kiosk_enabled_hosted_app.json
+++ b/chrome/test/data/extensions/manifest_tests/kiosk_only_hosted_app.json
@@ -1,5 +1,5 @@
{
- "name": "kiosk hosted app",
+ "name": "kiosk only hosted app",
"version": "1",
"app": {
"urls": [
@@ -10,5 +10,6 @@
"web_url": "http://www.google.com/mail/"
}
},
- "kiosk_enabled": true
+ "kiosk_enabled": true,
+ "kiosk_only": true
}

Powered by Google App Engine
This is Rietveld 408576698