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

Unified Diff: chrome/browser/resources/print_preview/previewarea/preview_area.html

Issue 1130043004: Remove in-process PDF related code from print preview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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 | « no previous file | chrome/browser/resources/print_preview/previewarea/preview_area.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/previewarea/preview_area.html
diff --git a/chrome/browser/resources/print_preview/previewarea/preview_area.html b/chrome/browser/resources/print_preview/previewarea/preview_area.html
index d50fbe43e0b22043205dbace97372af872bf7a04..d35bc26a7fbbb04ee6ba54d63a0184ba29123610 100644
--- a/chrome/browser/resources/print_preview/previewarea/preview_area.html
+++ b/chrome/browser/resources/print_preview/previewarea/preview_area.html
@@ -34,9 +34,6 @@
</div>
</div>
<div class="preview-area-plugin-wrapper">
- <object class="preview-area-compatibility-object"
- type="application/x-google-chrome-print-preview-pdf"
- data="chrome://print/dummy.pdf"></object>
<object class="preview-area-compatibility-object-out-of-process"
type="application/x-google-chrome-pdf"
data="chrome://print/dummy.pdf"></object>
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/previewarea/preview_area.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698