| Index: chrome/test/data/extensions/api_test/cross_origin_xhr/no_file_access/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/cross_origin_xhr/no_file_access/manifest.json b/chrome/test/data/extensions/api_test/cross_origin_xhr/no_file_access/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2dff5943c950b068ddfca4d1dc59def29e1b634e
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/cross_origin_xhr/no_file_access/manifest.json
|
| @@ -0,0 +1,7 @@
|
| +{
|
| + "name": "Cross origin XHR to file:/// URLs without access",
|
| + "version": "1.0",
|
| + "description": "Tests bug 104547",
|
| + "background_page": "test.html",
|
| + "permissions": [ "<all_urls>" ]
|
| +}
|
|
|