| Index: chrome/browser/printing/print_preview_tab_controller.cc
|
| diff --git a/chrome/browser/printing/print_preview_tab_controller.cc b/chrome/browser/printing/print_preview_tab_controller.cc
|
| index 732792b939f85744d02ee14112229b922960fb09..c943195d78d3d937c762750e5836857904e81608 100644
|
| --- a/chrome/browser/printing/print_preview_tab_controller.cc
|
| +++ b/chrome/browser/printing/print_preview_tab_controller.cc
|
| @@ -381,7 +381,7 @@ void PrintPreviewTabController::OnNavEntryCommitted(
|
|
|
| // New |preview_tab| is created. Don't update/erase map entry.
|
| if (waiting_for_new_preview_page_ &&
|
| - transition_type == content::PAGE_TRANSITION_START_PAGE &&
|
| + transition_type == content::PAGE_TRANSITION_AUTO_TOPLEVEL &&
|
| nav_type == content::NAVIGATION_TYPE_NEW_PAGE) {
|
| waiting_for_new_preview_page_ = false;
|
| SetInitiatorTabURLAndTitle(preview_tab);
|
|
|