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

Unified Diff: chrome/test/data/extensions/permissions/platform_app_hosts.json

Issue 10837060: Don't show host permission warnings for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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/permissions/platform_app_all_urls.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/permissions/platform_app_hosts.json
diff --git a/chrome/test/data/extensions/permissions/platform_app_hosts.json b/chrome/test/data/extensions/permissions/platform_app_hosts.json
new file mode 100644
index 0000000000000000000000000000000000000000..1b08d3bc8ac74d92e0a0844b0a5e23b4802eb45b
--- /dev/null
+++ b/chrome/test/data/extensions/permissions/platform_app_hosts.json
@@ -0,0 +1,11 @@
+{
+ "name": "Platform app hosts",
+ "version": "1.0",
+ "manifest_version": 2,
+ "app": {
+ "background": {
+ "scripts": ["doesnt_exist.js"]
+ }
+ },
+ "permissions": ["http://google.com/"]
+}
« no previous file with comments | « chrome/test/data/extensions/permissions/platform_app_all_urls.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698