• sky's avatar
    Removes unnecessary calls to FocusManager · 5299daa0
    sky authored
    In general View::RequestFocus() and FocusManager::SetFocusedView() do
    the same thing. The only exception to that is the SetFocusedView()
    does not check if the view wants focus, where as View::RequestFocus()
    does. For the cases I'm changing here RequestFocus() is fine.
    
    BUG=none
    TEST=none
    R=msw@chromium.org
    
    Review-Url: https://codereview.chromium.org/2738063007
    Cr-Commit-Position: refs/heads/master@{#456118}
    5299daa0
magnification_controller_unittest.cc 28.3 KB