| Index: ash/common/frame/default_header_painter.cc
|
| diff --git a/ash/common/frame/default_header_painter.cc b/ash/common/frame/default_header_painter.cc
|
| index c0ef3a870a8b870723c2ca8d346949c2370f56f0..659e5cd53122f760ae7ca603e28773aad94581d5 100644
|
| --- a/ash/common/frame/default_header_painter.cc
|
| +++ b/ash/common/frame/default_header_painter.cc
|
| @@ -150,10 +150,8 @@ void DefaultHeaderPainter::PaintHeader(gfx::Canvas* canvas, Mode mode) {
|
| mode_ == MODE_INACTIVE && !UsesCustomFrameColors()) {
|
| PaintHighlightForInactiveRestoredWindow(canvas);
|
| }
|
| - if (frame_->widget_delegate() &&
|
| - frame_->widget_delegate()->ShouldShowWindowTitle()) {
|
| + if (frame_->widget_delegate()->ShouldShowWindowTitle())
|
| PaintTitleBar(canvas);
|
| - }
|
| if (!UsesCustomFrameColors())
|
| PaintHeaderContentSeparator(canvas);
|
| }
|
|
|