| Index: chrome/browser/resources/pdf/manifest.json
|
| diff --git a/chrome/browser/resources/pdf/manifest.json b/chrome/browser/resources/pdf/manifest.json
|
| index 9bc2307ec84c15ab609bb33fd447f0cd275d02a3..d819757fe8507769f57e84cef37b704dc4a5c7e5 100644
|
| --- a/chrome/browser/resources/pdf/manifest.json
|
| +++ b/chrome/browser/resources/pdf/manifest.json
|
| @@ -24,8 +24,8 @@
|
| "js": ["content_script.js"]
|
| }
|
| ],
|
| - "mime_types_handler": "index-material.html",
|
| + "mime_types_handler": "index.html",
|
| "web_accessible_resources": [
|
| - "index-material.html"
|
| + "index.html"
|
| ]
|
| }
|
|
|