Index: ash/tooltips/tooltip_controller.cc |
diff --git a/ash/tooltips/tooltip_controller.cc b/ash/tooltips/tooltip_controller.cc |
index ed2528f5b100a08a50f82babcd9926a951aefba9..e3ec0ea7eaa64f9a3e2bf075a2495601a2763bba 100644 |
--- a/ash/tooltips/tooltip_controller.cc |
+++ b/ash/tooltips/tooltip_controller.cc |
@@ -264,9 +264,7 @@ bool TooltipController::PreHandleMouseEvent(aura::Window* target, |
if (tooltip_timer_.IsRunning()) |
tooltip_timer_.Reset(); |
- // We update the tooltip if it is visible, or if we force-hid it due to a |
- // mouse press. |
- if (GetTooltip()->IsVisible() || tooltip_window_at_mouse_press_) |
+ if (GetTooltip()->IsVisible()) |
UpdateIfRequired(); |
break; |
case ui::ET_MOUSE_PRESSED: |