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

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

Issue 7792085: Print Preview: Handling pending print to pdf requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 9 years, 3 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
Index: chrome/browser/resources/print_preview/print_preview.html
diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html
index c98f0b742975db7db0f5c1fd8a825f7803704c0b..ed69dba6e1f471da8ecda16027d026dfd0c8be0e 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -56,11 +56,13 @@
<div id="mainview">
<div id="overlay-layer" class="invisible">
<div id="messages">
- <div id="dancing-dots-text" class="hidden">
- <span id="loading" i18n-content="loading"></span>
+ <div id="dancing-dots-text" hidden>
+ <span id="loading"></span>
<span><span>.</span><span>.</span><span>.</span></span>
</div>
- <div id="error-text" class="hidden"></div>
+ <div id="custom-message" hidden></div>
+ <div id="custom-message-with-dots"
+ class="message-with-dots" hidden></div>
<div id="error-action-area">
<button id="error-button" class="hidden"></button>
<div id="native-print-dialog-throbber" class="throbber hidden"></div>
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.css ('k') | chrome/browser/resources/print_preview/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698