| Index: chrome/browser/resources/pdf/manifest.json
|
| diff --git a/chrome/browser/resources/pdf/manifest.json b/chrome/browser/resources/pdf/manifest.json
|
| index d819757fe8507769f57e84cef37b704dc4a5c7e5..b153845327e5b17ec354abedfc44d8013e254218 100644
|
| --- a/chrome/browser/resources/pdf/manifest.json
|
| +++ b/chrome/browser/resources/pdf/manifest.json
|
| @@ -15,17 +15,11 @@
|
| "application/pdf"
|
| ],
|
| "content_security_policy": "script-src 'self' blob: filesystem: chrome://resources; object-src * blob: filesystem: data:; 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"]
|
| - }
|
| - ],
|
| "mime_types_handler": "index.html",
|
| "web_accessible_resources": [
|
| - "index.html"
|
| + "*.js",
|
| + "*.html",
|
| + "*.css",
|
| + "*.png"
|
| ]
|
| }
|
|
|