Upgrade from Chromium 124.0.6367.29 to Chromium 124.0.6367.60. (#23088)
* Upgrade from Chromium 124.0.6367.29 to Chromium 124.0.6367.60 * Update pins list timestamp * [Android] Changes for logo polish for tablet Chromium change: https://source.chromium.org/chromium/chromium/src/+/4a6ecfb34aa32438b180284a909dcd2db639ce8e [LogoPolish] Implement logo polish for tablet. This CL modifies the logo height on tablet when Logo Polish is activated. The height of the logo is decided by the selected variation. When using split screen mode on a tablet, the logo's height will remain at the small setting. The screenshots are included in the following link: https://docs.google.com/document/d/16z7y1lXiSJ0sCZ0-UzrXdBC8H2idDrVdVarJ4DIEuho/edit?usp=sharing Bug: 328769923, 330745894 * Disables crashing upstream browser test. --------- Co-authored-by: brave-builds <brave-builds+devops@brave.com> Co-authored-by: Artem Samoilenko <artem@brave.com>
This commit is contained in:
co-authored by
brave-builds
Artem Samoilenko
parent
b0827816c2
commit
bf5fca0438
@@ -1173,6 +1173,8 @@ public class BraveNewTabPageLayout
|
||||
boolean isNtpAsHomeSurfaceOnTablet,
|
||||
boolean isSurfacePolishEnabled,
|
||||
boolean isSurfacePolishOmniboxColorEnabled,
|
||||
boolean isSurfacePolishLessBrandSpaceEnabled,
|
||||
boolean isLogoPolishEnabled,
|
||||
boolean isTablet,
|
||||
ObservableSupplier<Integer> tabStripHeightSupplier) {
|
||||
super.initialize(
|
||||
@@ -1191,6 +1193,8 @@ public class BraveNewTabPageLayout
|
||||
isNtpAsHomeSurfaceOnTablet,
|
||||
isSurfacePolishEnabled,
|
||||
isSurfacePolishOmniboxColorEnabled,
|
||||
isSurfacePolishLessBrandSpaceEnabled,
|
||||
isLogoPolishEnabled,
|
||||
isTablet,
|
||||
tabStripHeightSupplier);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user