Chromium Code Reviews| Index: printing/page_setup.cc |
| =================================================================== |
| --- printing/page_setup.cc (revision 104741) |
| +++ printing/page_setup.cc (working copy) |
| @@ -119,8 +119,6 @@ |
| physical_size.height() - |
| effective_margins_.bottom - |
| content_area_.y())); |
| - // TODO(vandebo) Remove once bug 96063 is resolved. |
| - CHECK(content_area_.width() > 0 && content_area_.height() > 0); |
| } |
| void PageSetup::SetRequestedMargins(const PageMargins& requested_margins) { |