Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: chrome/browser/resources/pdf/pdf_scripting_api.js

Issue 1527453002: PDF: Remove 'material' from file and variable names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf_remove_non_material
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/pdf/pdf.js ('k') | chrome/test/data/pdf/basic_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/resources/pdf/pdf.js ('k') | chrome/test/data/pdf/basic_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698