| Index: printing/page_setup.cc
|
| diff --git a/printing/page_setup.cc b/printing/page_setup.cc
|
| index 46431d836c78add4ecad605987d8c29aac8cdada..9ac3e5203166832ed3f17a0b4652e1f56ef8f64b 100644
|
| --- a/printing/page_setup.cc
|
| +++ b/printing/page_setup.cc
|
| @@ -119,8 +119,6 @@ void PageSetup::Init(const gfx::Size& physical_size,
|
| 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) {
|
|
|