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

Unified Diff: chrome/test/data/extensions/allow_silent_upgrade/platformapp2_new.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
Index: chrome/test/data/extensions/allow_silent_upgrade/platformapp2_new.json
diff --git a/chrome/test/data/extensions/allow_silent_upgrade/platformapp2_new.json b/chrome/test/data/extensions/allow_silent_upgrade/platformapp2_new.json
new file mode 100644
index 0000000000000000000000000000000000000000..b7c47b2c0ca6a908af3b680d378b90a80241d451
--- /dev/null
+++ b/chrome/test/data/extensions/allow_silent_upgrade/platformapp2_new.json
@@ -0,0 +1,11 @@
+{
+ "name": "platform app api increase v2",
+ "version": "2",
+ "manifest_version": 2,
+ "app": {"background": {"scripts": ["background.js"]}},
+ "permissions": [
+ "http://example.com",
+ "fileSystem",
+ "fileSystem.write"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698