Skip to content

Commit

Permalink
3682394: Change pipes surrounding code references in comments to back…
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jun 3, 2022
1 parent fd0bc08 commit 41026ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/chromium/printing.patch
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ index e74a2d0858c187b11ac322033b122e046a45967e..09f6d4a575225ac5df9994fd0620e0ad
void PrintViewManagerBase::OnFailed() {
TerminatePrintJob(true);
}
@@ -912,7 +946,10 @@ bool PrintViewManagerBase::CreateNewPrintJob(
@@ -912,7 +912,10 @@ bool PrintViewManagerBase::CreateNewPrintJob(

// Disconnect the current |print_job_|.
// Disconnect the current `print_job_`.
auto weak_this = weak_ptr_factory_.GetWeakPtr();
- DisconnectFromCurrentPrintJob();
+ if (callback_.is_null()) {
Expand Down

0 comments on commit 41026ae

Please sign in to comment.