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

Unified Diff: chrome/browser/ui/browser.cc

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/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 372865aa49703110b448b32288af0a3a20fde7f8..19bdf89c70ea107644d2dda2c3510db54d814531 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -1729,7 +1729,7 @@ void Browser::Print() {
if (switches::IsPrintPreviewEnabled())
GetSelectedTabContentsWrapper()->print_view_manager()->PrintPreviewNow();
else
- GetSelectedTabContentsWrapper()->print_view_manager()->PrintNow();
+ GetSelectedTabContentsWrapper()->print_view_manager()->PrintNow(NULL);
}
void Browser::ToggleEncodingAutoDetect() {

Powered by Google App Engine
This is Rietveld 408576698