Chromium change:
https://github.com/chromium/chromium/commit/36b698ced32d46de61554b4db1d9ca38143fcfc2
Reland "[GMNext] Migrate default_bg_color_dark_elev_N"
This is a reland of 391590f
The underlying issue has been fixed in https://crrev.com/c/3414069 and
this change is now safe to reland without any modifications.
Original change's description:
> [GMNext] Migrate default_bg_color_dark_elev_N
>
>
> [GMNext] Migrate default_bg_color_light_elev_N to dynamic colors
>
> Migrate default_bg_color_light_elev_N to dynamic colors.
>
> Only usage can be handled with the SurfaceColorDrawable.
>
> Will handle night mode version in followup CL migrating
> default_bg_color_dark_elev_N.
>
> Bug: 1270911
[Android] Brave news - fixes BAT Ad icon has a red underline below the text
[Android] Brave news - fixes Cards before branded list cards are smaller in size
[Android] - Brave news fixes Load new content not scrolling in certain conditions
[Android] Brave news - fixes Ad color #20732
[Android] Brave news - ui fixes
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