Chromium Code Reviews| Index: chrome/browser/printing/print_view_manager_base.cc |
| =================================================================== |
| --- chrome/browser/printing/print_view_manager_base.cc (revision 258823) |
| +++ chrome/browser/printing/print_view_manager_base.cc (working copy) |
| @@ -198,8 +198,7 @@ |
| } |
| #if defined(ENABLE_FULL_PRINTING) |
| - chrome::ShowPrintErrorDialog( |
| - web_contents()->GetView()->GetTopLevelNativeWindow()); |
| + chrome::ShowPrintErrorDialog(); |
| #endif |
| ReleasePrinterQuery(); |