| Index: chrome/browser/printing/print_preview_tab_controller.cc
|
| ===================================================================
|
| --- chrome/browser/printing/print_preview_tab_controller.cc (revision 127745)
|
| +++ chrome/browser/printing/print_preview_tab_controller.cc (working copy)
|
| @@ -215,7 +215,8 @@
|
| PrintPreviewTabController* tab_controller = GetInstance();
|
| if (!tab_controller)
|
| return;
|
| - tab_controller->GetOrCreatePreviewTab(tab);
|
| + if (!tab_controller->GetOrCreatePreviewTab(tab))
|
| + tab->print_view_manager()->PrintPreviewDone();
|
| }
|
|
|
| TabContentsWrapper* PrintPreviewTabController::GetOrCreatePreviewTab(
|
|
|