| Index: ash/wm/frame_painter.cc
|
| diff --git a/ash/wm/frame_painter.cc b/ash/wm/frame_painter.cc
|
| index 631c05874cff981413726b8d6b75e41aadfda188..e50dd9efc3e791fb97ace971c1cef1d84953a226 100644
|
| --- a/ash/wm/frame_painter.cc
|
| +++ b/ash/wm/frame_painter.cc
|
| @@ -313,8 +313,6 @@ int FramePainter::NonClientHitTest(views::NonClientFrameView* view,
|
| if (!expanded_bounds.Contains(point))
|
| return HTNOWHERE;
|
|
|
| - // No avatar button.
|
| -
|
| // Check the frame first, as we allow a small area overlapping the contents
|
| // to be used for resize handles.
|
| bool can_ever_resize = frame_->widget_delegate() ?
|
|
|