Chromium change: https://chromium-review.googlesource.com/c/chromium/src/+/3351221 Reland "[GMNext] Update ThemeColorProvider to use OmniboxTheme" This is a reland of 16fdb849a961bef58fb236a12ecb9ad7727c1a6d Original change's description: > [GMNext] Update ThemeColorProvider to use OmniboxTheme > > This CL updates the icon tint in some classes to follow OmniboxTheme > instead of the simple light/dark tint. It also moves OmniboxTheme out > of chrome/browser/omnibox to be able to use it in classes outside > omnibox/. > > Bug: 1233725, 1114183