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

Unified Diff: chrome/test/data/extensions/allow_silent_upgrade/scopes1_new.json

Issue 10544059: Change the platform app manifest structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update for getDisplayPath, implement restrictions via _manifest_features.json 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/allow_silent_upgrade/scopes1_new.json
diff --git a/chrome/test/data/extensions/allow_silent_upgrade/scopes1_new.json b/chrome/test/data/extensions/allow_silent_upgrade/scopes1_new.json
index 0f124b439def56dcbbb9c7750cde1b1eeb04c27d..4185c2ccd383a559a6d7b1a6d98809acf2b2b88e 100644
--- a/chrome/test/data/extensions/allow_silent_upgrade/scopes1_new.json
+++ b/chrome/test/data/extensions/allow_silent_upgrade/scopes1_new.json
@@ -6,6 +6,7 @@
"client_id": "my-client-id",
"scopes": ["scope1", "scope2"]
},
- "platform_app": true,
- "background": {"scripts": ["background.js"]}
+ "app": {
+ "background": {"scripts": ["background.js"]}
+ }
}
« no previous file with comments | « chrome/common/extensions/manifest_unittest.cc ('k') | chrome/test/data/extensions/allow_silent_upgrade/scopes1_old.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698