Maintain focus when deleting items from chrome://history.
Focus was not maintained because the elements in the row did not have focus when the menu was displayed. Change makes it so that the delete happens when the menu is no longer displayed. This allows the normal code path to run and maintain focus. Updated unit test so that the appropriate event is tested. BUG=431029 Review URL: https://codereview.chromium.org/751763003 Cr-Commit-Position: refs/heads/master@{#311348}
Showing
Please register or sign in to comment