Use dark theme colors for some dse status view icons
The following icons should be colored according to the current theme: - search loupe - globe I've changed the functionality from setting properties in the model to setting the resource values intermediate variables (icon/tint) and settings those in the model at the end of the branch. This simplifies the code a bit and makes it easier to read. To allow for this change, I've altered the favicon fetching logic to post a task back to the ui thread for the callback. This way the callback isn't invoked immediately, which avoids crbug.com/997343 from resurfacing due to this change. Bug: 1004903 Change-Id: I6e8102f47e81d0037761d9b111b98d4f1999a225 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818604 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:Theresa <twellington@chromium.org> Reviewed-by:
Ender <ender@google.com> Cr-Commit-Position: refs/heads/master@{#699992}
Showing
Please register or sign in to comment