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

Unified Diff: chrome/test/data/extensions/allow_silent_upgrade/scopes3_old.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/scopes3_old.json
diff --git a/chrome/test/data/extensions/allow_silent_upgrade/scopes3_old.json b/chrome/test/data/extensions/allow_silent_upgrade/scopes3_old.json
index 1bc231320df4ecb58c38a24db218d4d81ad64ef9..3730cf42ade8b806e09ef4b129bd6f380e879093 100644
--- a/chrome/test/data/extensions/allow_silent_upgrade/scopes3_old.json
+++ b/chrome/test/data/extensions/allow_silent_upgrade/scopes3_old.json
@@ -2,6 +2,7 @@
"name": "allow silent update",
"version": "1.0",
"manifest_version": 2,
- "platform_app": true,
- "background": {"scripts": ["background.js"]}
+ "app": {
+ "background": {"scripts": ["background.js"]}
+ }
}

Powered by Google App Engine
This is Rietveld 408576698