Chromium Code Reviews| Index: chrome/browser/printing/print_view_manager.cc |
| =================================================================== |
| --- chrome/browser/printing/print_view_manager.cc (revision 117241) |
| +++ chrome/browser/printing/print_view_manager.cc (working copy) |
| @@ -124,7 +124,6 @@ |
| void PrintViewManager::PrintPreviewDone() { |
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
| - DCHECK_NE(NOT_PREVIEWING, print_preview_state_); |
|
Lei Zhang
2012/01/12 22:10:20
Can you comment this out and add the following?
//
|
| if (print_preview_state_ == SCRIPTED_PREVIEW) { |
| ScriptedPrintPreviewClosureMap& map = |