| Index: chrome/test/data/extensions/api_test/stubs/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/stubs/manifest.json b/chrome/test/data/extensions/api_test/stubs/manifest.json
|
| index 6909f1e0edddef4fc42ce9f5bb8f2570dafe0815..0149ae6decb2a5b052757750d2a4f45500e2b0b0 100644
|
| --- a/chrome/test/data/extensions/api_test/stubs/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/stubs/manifest.json
|
| @@ -4,7 +4,7 @@
|
| "background_page": "background.html",
|
| "content_scripts": [
|
| {
|
| - "matches": ["http://*/*"],
|
| + "matches": ["http://*/*", "file://*"],
|
| "js":["content_script.js"]
|
| }
|
| ]
|
|
|