Browse Source

Append printed page to job

Kevin Sawicki 8 years ago
parent
commit
b27b1c3b24
1 changed files with 1 additions and 0 deletions
  1. 1 0
      chromium_src/chrome/browser/printing/print_view_manager_base.cc

+ 1 - 0
chromium_src/chrome/browser/printing/print_view_manager_base.cc

@@ -159,6 +159,7 @@ void PrintViewManagerBase::OnDidPrintPage(
 
   ShouldQuitFromInnerMessageLoop();
 #else
+  print_job_->AppendPrintedPage(params.page_number);
   if (metafile_must_be_valid) {
     bool print_text_with_gdi =
         document->settings().print_text_with_gdi() &&