| Index: chrome/test/data/extensions/api_test/cross_origin_xhr/content_script/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/cross_origin_xhr/content_script/manifest.json b/chrome/test/data/extensions/api_test/cross_origin_xhr/content_script/manifest.json
|
| index 098b038d9601edd2fa7b29edb0bae78919feab44..1c533b1b99351dca2729422e150aeaddf4f3e32c 100644
|
| --- a/chrome/test/data/extensions/api_test/cross_origin_xhr/content_script/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/cross_origin_xhr/content_script/manifest.json
|
| @@ -10,5 +10,5 @@
|
| "js": [ "content_script.js" ],
|
| "matches": [ "http://localhost/*" ]
|
| } ],
|
| - "permissions": ["http://a.com/", "http://*.b.com/"]
|
| + "permissions": ["http://a.com/", "http://*.b.com/", "ftp://127.0.0.1/*"]
|
| }
|
|
|