Index: chrome/test/data/extensions/api_test/stubs/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/api_test/stubs/manifest.json (revision 32232) |
+++ chrome/test/data/extensions/api_test/stubs/manifest.json (working copy) |
@@ -4,7 +4,7 @@ |
"background_page": "background.html", |
"content_scripts": [ |
{ |
- "matches": ["http://*/*", "file://*"], |
+ "matches": ["http://*/*"], |
"js":["content_script.js"] |
} |
] |