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

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

Issue 6982030: Print Preview: Detecting plugin existence before generating the preview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments Created 9 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.js » ('j') | chrome/browser/resources/print_preview.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview.html
diff --git a/chrome/browser/resources/print_preview.html b/chrome/browser/resources/print_preview.html
index e157a37e79157330e24c77d55b60da34e2113ab4..74286ef733c369a8943d3aedb0206929449f9fe3 100644
--- a/chrome/browser/resources/print_preview.html
+++ b/chrome/browser/resources/print_preview.html
@@ -122,5 +122,7 @@
<div id="error-text" class="messages hidden"></div>
</div>
</div>
+ <object id="dummy-viewer" type="application/pdf"
Lei Zhang 2011/05/11 20:27:43 does this need to be hidden?
dpapad 2011/05/11 22:08:20 I set it to hidden in the onLoad() method. Otherwi
+ src="chrome://print/blank.pdf"/>
</body>
</html>
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview.js » ('j') | chrome/browser/resources/print_preview.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698