Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: packagerChrome.py

Issue 4896167448018944: Issue 1704 - Don't configure content scripts with "match_about_blank" on Chrome (Closed)
Patch Set: Created Dec. 17, 2014, 12:06 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerChrome.py
===================================================================
--- a/packagerChrome.py
+++ b/packagerChrome.py
@@ -106,7 +106,6 @@
'js': re.split(r'\s+', scripts),
'run_at': run_at,
'all_frames': True,
- 'match_about_blank': True,
})
templateData['contentScripts'] = contentScripts
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld