Chromium Code Reviews| Index: chrome/browser/resources/pdf/manifest-common.json.unflattened |
| diff --git a/chrome/browser/resources/pdf/manifest-common.json.unflattened b/chrome/browser/resources/pdf/manifest-common.json.unflattened |
| index a2033143ab3441199096ddd506f1a7699ea9b43b..2598f4f04817b03fd926324038afbc2680a77732 100644 |
| --- a/chrome/browser/resources/pdf/manifest-common.json.unflattened |
| +++ b/chrome/browser/resources/pdf/manifest-common.json.unflattened |
| @@ -23,12 +23,12 @@ |
| "application/pdf" |
| ], |
| "content_security_policy": "script-src 'self' chrome://resources; object-src *; plugin-types application/x-google-chrome-pdf", |
| - // This is to work-around an issue where this extension is not granted |
| - // permission to access chrome://resources when iframed for print preview. |
| - // See https://crbug.com/444752. |
| - "content_scripts": [ |
| - { |
| - "matches": ["chrome://print/*"], |
| - "js": ["content_script.js"] |
| - } |
| + // This is to work-around an issue where this extension is not granted |
| + // permission to access chrome://resources when iframed for print preview. |
| + // See https://crbug.com/444752. |
| + "content_scripts": [ |
| + { |
| + "matches": ["chrome://print/*"], |
| + "js": ["content_script.js"] |
| + } |
|
raymes
2015/01/13 05:27:27
There are whitespace changes here still.
Alexandre Carlton
2015/01/13 06:22:41
Done.
|
| ] |