Chromium change:
https://chromium.googlesource.com/chromium/src/+/73c2d3d5ee5865411e0f09909f1456c5e7bbc4e3
Bottom tab strip bg to Surface-3 in night mode.
The previous implementation assumed that the background color of the tab
strip should match the omnibox. This is no longer the case, as the
tab strip should now match infobars/dialogs, and be surface-0 (day) and
surface-3 (night).
So replace the theme provider with an is incognito provider, to let the
view make the appropriate decision.
Bug: 1243098
* Add VPN callout modal UI
* Add settings callout UI
* Add vpn menu
* Add vpn profile implementation
* Add adnroid 11 flag
* Add vpn plans activity
* Add billing dependency for in app purchase
* Add confirm dialog
* Add ignore manifest
* Add In app purchase for subscription
* Add native function for profile credential
* Add vpn notification
* Add all server regions in pref
* Add loading UI for preferences
* Add QA flag
* Get hostname with suggested algorithm
* Add base class for dialog fragments
Chromium change:
https://chromium.googlesource.com/chromium/src/+/296e58b25a68baf8bf044234555c7bd157d5d761
[GMNext][TabSwitcher] Change selection style to material next
Disabled: Selected tab will have a hairline drawable foreground;
Enabled: Selected tab will be tinted into primary color.
Color in incognito mode will be using the ones for dark mode, and will
not support dynamic colors.
(The update for thumbnail is not included in this CL)
Spec see original bug attached.
Bug: 1217141
Chromium change:
https://chromium.googlesource.com/chromium/src/+/296e58b25a68baf8bf044234555c7bd157d5d761
[GMNext][TabSwitcher] Change selection style to material next
Disabled: Selected tab will have a hairline drawable foreground;
Enabled: Selected tab will be tinted into primary color.
Color in incognito mode will be using the ones for dark mode, and will
not support dynamic colors.
(The update for thumbnail is not included in this CL)
Spec see original bug attached.
Bug: 1217141