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

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

Issue 10544059: Change the platform app manifest structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/sandboxed_pages_invalid_5.json
diff --git a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json b/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json
index 845ef955f30f590fff672ff5876c43de4500879d..20861affb37ad04df3833f9e6264888b2ecc80d5 100644
--- a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json
+++ b/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json
@@ -2,9 +2,10 @@
"name": "test",
"version": "0.1",
"manifest_version": 2,
- "platform_app": true,
- "background": {
- "scripts": ["background.js"]
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
},
"sandboxed_pages": {
"pages": ["test"],

Powered by Google App Engine
This is Rietveld 408576698