[Offline indicator v2] Wait for omnibox unfocus to show/hide
If we show or hide the offline indicator when the omnibox is focused, the omnibox loses focus. This is because the toolbar's visibility changes during the animation (compositor offsets change), which clears the view's focus. The fix (or workaround) this CL introduces is to wait until the user unfocuses the omnibox before showing/hiding the offline indicator. Bug: 1069552 Change-Id: Id462d76390895b02226c6404bcb432f0d74948db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2165872 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#763550}
Showing
Please register or sign in to comment