| Index: chrome/test/data/extensions/api_test/cross_origin_xhr/background_page/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/cross_origin_xhr/background_page/manifest.json b/chrome/test/data/extensions/api_test/cross_origin_xhr/background_page/manifest.json
|
| index 97e26113d52255f71e31e4ea2a2917583f05b540..e62231880b9ff79830c0909d790e6febe560cb38 100644
|
| --- a/chrome/test/data/extensions/api_test/cross_origin_xhr/background_page/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/cross_origin_xhr/background_page/manifest.json
|
| @@ -6,5 +6,5 @@
|
| "background": {
|
| "page": "test.html"
|
| },
|
| - "permissions": ["http://a.com/", "http://*.b.com/"]
|
| + "permissions": ["http://a.com/", "http://*.b.com/", "ftp://127.0.0.1/*"]
|
| }
|
|
|