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

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

Issue 5574003: Print preview: Display a message when the PDF viewer is missing.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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
Index: chrome/browser/resources/print_preview.html
===================================================================
--- chrome/browser/resources/print_preview.html (revision 68335)
+++ chrome/browser/resources/print_preview.html (working copy)
@@ -76,6 +76,7 @@
<div id="separator"></div>
<div id="mainview">
<p id="loading" i18n-content="loading"></p>
+ <p id="no-plugin" i18n-content="noPlugin"></p>
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698