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

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

Issue 7202012: Print Preview: Display a throbber when the user requests the system print (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and add missing file. Created 9 years, 6 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.js
diff --git a/chrome/browser/resources/print_preview.js b/chrome/browser/resources/print_preview.js
index 91f7306de021d944547c19c8dbddb9663c985932..7960a4ec05a66debb95a18220b0c5c14b44605aa 100644
--- a/chrome/browser/resources/print_preview.js
+++ b/chrome/browser/resources/print_preview.js
@@ -186,6 +186,7 @@ function handleCancelButtonClick() {
* Asks the browser to show the native print dialog for printing.
*/
function showSystemDialog() {
+ $('system-dialog-throbber').classList.remove('hidden');
chrome.send('showSystemDialog');
}

Powered by Google App Engine
This is Rietveld 408576698