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 4de23da2d58295ba9d7b358d052db672d23cfdc2..afd017bb0e8bacea4a2de7bffe13d8844074a046 100644 |
--- a/ash/wm/workspace/workspace_event_handler.cc |
+++ b/ash/wm/workspace/workspace_event_handler.cc |
@@ -69,11 +69,6 @@ void WorkspaceEventHandler::OnMouseEvent(ui::MouseEvent* event) { |
click_component_ = HTNOWHERE; |
} |
- // 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(); |
- |
HandleVerticalResizeDoubleClick(target_state, event); |
break; |
} |