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

Unified Diff: chrome/browser/automation/automation_provider_win.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/automation/automation_provider_win.cc
diff --git a/chrome/browser/automation/automation_provider_win.cc b/chrome/browser/automation/automation_provider_win.cc
index 997cfe026dcd4a44be43bf47e04f5d2a6e7104a3..6eb20d0d1d15165a2f0e5d49a5b6344f26e58f53 100644
--- a/chrome/browser/automation/automation_provider_win.cc
+++ b/chrome/browser/automation/automation_provider_win.cc
@@ -306,7 +306,7 @@ void AutomationProvider::PrintAsync(int tab_handle) {
TabContentsWrapper* wrapper =
TabContentsWrapper::GetCurrentWrapperForContents(tab_contents);
- wrapper->print_view_manager()->PrintNow();
+ wrapper->print_view_manager()->PrintNow(NULL);
}
ExternalTabContainer* AutomationProvider::GetExternalTabForHandle(int handle) {
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | chrome/browser/printing/print_view_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698