[iOS] Fix bug where omnibox popup row selection color was incorrect
This bug only occurs on iOS 12. The root cause is that, on iOS 13 we use the dark mode apis to color things in incognito. This means all colors can be set once and incognito can be changed afterwards and the colors will update. For iOS 12, the colors are static, so they must be set after the incognito status is known. Bug: 1017138 Change-Id: I8084646b07d2bcbf8b48d91b0d7d341a8fb9bece Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886684Reviewed-by:Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#710399}
Showing
Please register or sign in to comment