app_list: Remove workaround for an issue with focus in Assistant UI
Reverts CL:1903901, which was added as a workaround for an issue where focusing web contents in Assistant UI would cause app list to revert back from assistant to "apps" state. The issue was caused by calls to OnHomeLauncherGainingFocusWithoutAnimation() whose logis was resetting app list state - this logic has since been removed from the method (in CL:1966374), which made this workaround unnecessary. BUG=1026727, b:144056527 TEST=Open embedded Assistant UI, tap "What can you do", verify that Assistant UI remains open after tapping grid items (and shows the UI associated with the grid item)* * Unless the grid item is expected to open a browser tab, in which case the assistant UI is expected to be hidden. Change-Id: Ibf91647ddceb40dcacf054c66aec6205eac097ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994121Reviewed-by:Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#729935}
Showing
Please register or sign in to comment