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

Unified Diff: chrome/browser/automation/testing_automation_provider.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/testing_automation_provider.cc
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
index 29ec1c3a4c3e609782e96f7db277eda072b2cd96..aeac91e91e18cbac786c76afeaeab8bbdea5436b 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -1476,7 +1476,7 @@ void TestingAutomationProvider::PrintNow(int tab_handle,
TabContentsWrapper* wrapper =
TabContentsWrapper::GetCurrentWrapperForContents(tab_contents);
- if (!wrapper->print_view_manager()->PrintNow()) {
+ if (!wrapper->print_view_manager()->PrintNow(NULL)) {
// Clean up the observer. It will send the reply message.
delete observer;
}

Powered by Google App Engine
This is Rietveld 408576698