Chromium Code Reviews| Index: chrome/browser/resources/pdf/manifest.json |
| diff --git a/chrome/browser/resources/pdf/manifest.json b/chrome/browser/resources/pdf/manifest.json |
| index f4c7c31294c01c9a6c15fb9a64fa8d4eed1b3503..07025a1e9c64f1b03095f49b4e71fd85619614c0 100644 |
| --- a/chrome/browser/resources/pdf/manifest.json |
| +++ b/chrome/browser/resources/pdf/manifest.json |
| @@ -27,5 +27,11 @@ |
| "web_accessible_resources": [ |
| "index.html" |
| ], |
| - "content_security_policy": "script-src 'self' chrome://resources; object-src *; plugin-types application/x-google-chrome-pdf" |
| + "content_security_policy": "script-src 'self' chrome://resources; object-src *; plugin-types application/x-google-chrome-pdf", |
| + "content_scripts": [ |
|
raymes
2014/12/23 03:27:38
Please add a comment here about why this is needed
Sam McNally
2014/12/23 03:39:09
Done.
|
| + { |
| + "matches": ["chrome://print/*"], |
| + "js": ["content_script.js"] |
| + } |
| + ] |
| } |