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

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

Powered by Google App Engine
This is Rietveld 408576698