| Index: chrome/test/data/extensions/api_test/downloads/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/downloads/manifest.json b/chrome/test/data/extensions/api_test/downloads/manifest.json
|
| index e6ad508948c0c323a9fc410ab250673e1d528d32..a135cd7ec385549b245f97456c0034b72596fc33 100644
|
| --- a/chrome/test/data/extensions/api_test/downloads/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/downloads/manifest.json
|
| @@ -6,5 +6,11 @@
|
| "background": {
|
| "scripts": ["test.js"]
|
| },
|
| - "permissions": ["experimental", "downloads", "http://*/*", "https://*/*"]
|
| + "permissions": [
|
| + "experimental",
|
| + "downloads",
|
| + "http://*/*",
|
| + "https://*/*",
|
| + "file://*"
|
| + ]
|
| }
|
|
|