| Index: ash/wm/workspace/workspace_event_handler.cc
|
| diff --git a/ash/wm/workspace/workspace_event_handler.cc b/ash/wm/workspace/workspace_event_handler.cc
|
| index dda268a61091b14763109f3203f829c875bfda40..ed4644dccc163a5868ce2aae13730cc07efb8eba 100644
|
| --- a/ash/wm/workspace/workspace_event_handler.cc
|
| +++ b/ash/wm/workspace/workspace_event_handler.cc
|
| @@ -24,11 +24,6 @@ void WorkspaceEventHandler::OnMouseEvent(ui::MouseEvent* event) {
|
| int component =
|
| target->delegate()->GetNonClientComponent(event->location());
|
| multi_window_resize_controller_.Show(target, component, event->location());
|
| - } else if (event->type() == ui::ET_MOUSE_PRESSED) {
|
| - // The multi window resizer does not hide as a result of a single click
|
| - // because this code is never reached as a result of a single click.
|
| - // TODO(pkotwicz): Fix this. http://crbug.com/437125
|
| - multi_window_resize_controller_.Hide();
|
| }
|
| }
|
|
|
|
|