Index: chrome/browser/views/toolbar_view.cc |
diff --git a/chrome/browser/views/toolbar_view.cc b/chrome/browser/views/toolbar_view.cc |
index 62221b4fc2d889da7eef2f494ed9fd7aefd7f943..c6b81b1b5469607fa6fc9601f2e8a155946074da 100644 |
--- a/chrome/browser/views/toolbar_view.cc |
+++ b/chrome/browser/views/toolbar_view.cc |
@@ -619,10 +619,6 @@ void ToolbarView::DidGainFocus() { |
} |
void ToolbarView::WillLoseFocus() { |
- if (acc_focused_view_) { |
- // Resetting focus state. |
- acc_focused_view_->SetHotTracked(false); |
- } |
// Any tooltips that are active should be hidden when toolbar loses focus. |
if (GetWidget() && GetWidget()->GetTooltipManager()) |
GetWidget()->GetTooltipManager()->HideKeyboardTooltip(); |