| Index: chrome/browser/resources/pdf/pdf_scripting_api.js
|
| diff --git a/chrome/browser/resources/pdf/pdf_scripting_api.js b/chrome/browser/resources/pdf/pdf_scripting_api.js
|
| index 356edcdbce2472a49de2820c445b2f55653c0748..c75820c957a1dd8781e50ecfbfb87abab66a8d7f 100644
|
| --- a/chrome/browser/resources/pdf/pdf_scripting_api.js
|
| +++ b/chrome/browser/resources/pdf/pdf_scripting_api.js
|
| @@ -275,7 +275,7 @@ function PDFCreateOutOfProcessPlugin(src) {
|
| iframe.setAttribute('tabindex', '-1');
|
|
|
| var EXTENSION_URL =
|
| - 'chrome-extension://mhjfbmdgcfjbbpaeojofohoefgiehjai/index-material.html';
|
| + 'chrome-extension://mhjfbmdgcfjbbpaeojofohoefgiehjai/index.html';
|
| iframe.setAttribute('src', EXTENSION_URL + '?' + src);
|
| iframe.onload = function() {
|
| client.setPlugin(iframe.contentWindow);
|
|
|