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

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

Issue 6772022: Make <all_urls> and file:///* in permissions trigger "Allow file access" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for landing Created 9 years, 9 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/permissions_file_scheme.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/permissions_http_scheme.json
diff --git a/chrome/test/data/extensions/permissions/permissions_http_scheme.json b/chrome/test/data/extensions/permissions/permissions_http_scheme.json
new file mode 100644
index 0000000000000000000000000000000000000000..108808874c56c107ebf1bda4c9dbc9cc6ecd14b9
--- /dev/null
+++ b/chrome/test/data/extensions/permissions/permissions_http_scheme.json
@@ -0,0 +1,5 @@
+{
+ "name": "http:// scheme in permissions list",
+ "permissions": [ "http://*" ],
+ "version": "1"
+}
« no previous file with comments | « chrome/test/data/extensions/permissions/permissions_file_scheme.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698