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

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

Issue 10217017: Allow features to refer to subkeys in _manifest_features.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix theme test Created 8 years, 8 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
« no previous file with comments | « chrome/common/extensions/manifest_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json
diff --git a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json b/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json
index 79e432c7e81b59643bd96cec53c96039b9f8a483..d878dd88cb3974d071dbeef6698377b330457c42 100644
--- a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json
+++ b/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json
@@ -1,6 +1,9 @@
{
"name": "Platform Test",
"platform_app": true,
- "version": "1"
+ "version": "1",
+ "background": {
+ "scripts": ["background.js"]
+ }
// "manifest_version": 2 is required
}
« no previous file with comments | « chrome/common/extensions/manifest_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698