Index: chrome/test/data/extensions/allow_silent_upgrade/scopes2_old.json |
diff --git a/chrome/test/data/extensions/allow_silent_upgrade/scopes2_old.json b/chrome/test/data/extensions/allow_silent_upgrade/scopes2_old.json |
index 09e31581b97b24155f57f68c7d6ef10f3e717ddc..01565575790c3cb90f4b9d93a081eaade1456ea0 100644 |
--- a/chrome/test/data/extensions/allow_silent_upgrade/scopes2_old.json |
+++ b/chrome/test/data/extensions/allow_silent_upgrade/scopes2_old.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"]} |
+ } |
} |