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

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

Issue 18399007: Don't count host permission changes for v2 apps as a permission increase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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/test/data/extensions/allow_silent_upgrade/platformapp2_new.json ('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/allow_silent_upgrade/platformapp2_old.json
diff --git a/chrome/test/data/extensions/allow_silent_upgrade/platformapp2_old.json b/chrome/test/data/extensions/allow_silent_upgrade/platformapp2_old.json
new file mode 100644
index 0000000000000000000000000000000000000000..d1fd9546feb3780cd6f208662f46af3d675da7a5
--- /dev/null
+++ b/chrome/test/data/extensions/allow_silent_upgrade/platformapp2_old.json
@@ -0,0 +1,9 @@
+{
+ "name": "platform app api increase v1",
+ "version": "1",
+ "manifest_version": 2,
+ "app": {"background": {"scripts": ["background.js"]}},
+ "permissions": [
+ "http://example.com"
+ ]
+}
« no previous file with comments | « chrome/test/data/extensions/allow_silent_upgrade/platformapp2_new.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698