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

Unified Diff: chrome/test/data/extensions/api_test/cross_origin_xhr/file_access/manifest.json

Issue 8587052: When allowing an extension file:/// URL access, grant its process access to that scheme. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/api_test/cross_origin_xhr/file_access/manifest.json
diff --git a/chrome/test/data/extensions/api_test/cross_origin_xhr/file_access/manifest.json b/chrome/test/data/extensions/api_test/cross_origin_xhr/file_access/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..e243ba5d846dc0c99ade8dcafde9df9f9cf2f907
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/cross_origin_xhr/file_access/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "Cross origin XHR to file:/// URLs with access",
+ "version": "1.0",
+ "description": "Tests bug 104547",
+ "background_page": "test.html",
+ "permissions": [ "<all_urls>" ]
+}

Powered by Google App Engine
This is Rietveld 408576698