Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5047)

Unified Diff: chrome/test/data/extensions/api_test/stubs/manifest.json

Issue 418051: Merge 32271 - Don't allow content scripts to execute on file:// urls.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/stubs/manifest.json
===================================================================
--- chrome/test/data/extensions/api_test/stubs/manifest.json (revision 32775)
+++ 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"]
}
]

Powered by Google App Engine
This is Rietveld 408576698