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

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

Issue 8734016: Make platform apps use and require a different container ("shell" instead of "panel") (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 1 month 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/init_valid_platform_app.json
diff --git a/chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json b/chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json
index e4e672fc99d971e80dc59729672dc29478199a80..3f0cc9a6282bb0d5eddbe1eaaf9c20f7ef18b348 100644
--- a/chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json
+++ b/chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json
@@ -1,10 +1,11 @@
{
"name": "Platform Test",
- "platform_app": "true",
+ "platform_app": true,
"version": "1",
+ "manifest_version": 2,
"app": {
"launch": {
- "container": "panel",
+ "container": "shell",
"local_path": "launch.html"
}
}
« no previous file with comments | « chrome/test/data/extensions/api_test/socket/api/manifest.json ('k') | chrome/test/data/extensions/platform_app/empty.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698