Index: ui/views/widget/native_widget_aura.cc |
=================================================================== |
--- ui/views/widget/native_widget_aura.cc (revision 287388) |
+++ ui/views/widget/native_widget_aura.cc (working copy) |
@@ -908,7 +908,6 @@ |
if (GetWidget()->GetInputMethod()) // Null in tests. |
GetWidget()->GetInputMethod()->OnFocus(); |
delegate_->OnNativeFocus(lost_focus); |
- GetWidget()->GetFocusManager()->RestoreFocusedView(); |
} else if (window_ == lost_focus) { |
// GetInputMethod() recreates the input method if it's previously been |
// destroyed. If we get called during destruction, the input method will be |
@@ -925,7 +924,6 @@ |
} |
delegate_->OnNativeBlur(gained_focus); |
- GetWidget()->GetFocusManager()->StoreFocusedView(true); |
} |
} |