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

Unified Diff: chrome/browser/ui/webui/print_preview/print_preview_handler.cc

Issue 12250008: Cleanup: Remove more uses of deprecated PrintPreviewDialogController methods. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix test Created 7 years, 10 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/webui/print_preview/print_preview_handler.cc
===================================================================
--- chrome/browser/ui/webui/print_preview/print_preview_handler.cc (revision 181939)
+++ chrome/browser/ui/webui/print_preview/print_preview_handler.cc (working copy)
@@ -472,7 +472,8 @@
web_ui()->GetController());
print_preview_ui->OnHidePreviewDialog();
- // Do this so the initiator tab can open a new print preview dialog.
+ // Do this so the initiator tab can open a new print preview dialog, while
+ // the current print preview dialog is still handling its print job.
ClearInitiatorTabDetails();
// The PDF being printed contains only the pages that the user selected,
« no previous file with comments | « chrome/browser/printing/print_preview_message_handler.cc ('k') | chrome/test/base/test_tab_strip_model_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698