diff --git a/CHANGELOG.md b/CHANGELOG.md index 6801c744..47942d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 108.0.5359.156 + # 108.0.5359.109 * reintroduce adaptive-button-in-top-toolbar-customization flag diff --git a/build/LASTCHANGE b/build/LASTCHANGE index 328beca8..8cd5f4f0 100644 --- a/build/LASTCHANGE +++ b/build/LASTCHANGE @@ -1 +1 @@ -b6d07724c828d1d3fc0e2bae1667e861fc8c0a1b- \ No newline at end of file +56775bdf8d12f9d3e1a99fcf1dde6a7417522963- \ No newline at end of file diff --git a/build/RELEASE b/build/RELEASE index a60df90f..0f967c62 100644 --- a/build/RELEASE +++ b/build/RELEASE @@ -1 +1 @@ -108.0.5359.109 \ No newline at end of file +108.0.5359.156 \ No newline at end of file diff --git a/build/RELEASE_COMMIT b/build/RELEASE_COMMIT index 50eb0e28..dd312eec 100644 --- a/build/RELEASE_COMMIT +++ b/build/RELEASE_COMMIT @@ -1 +1 @@ -c92709d6d921374548d4640bb275b66d4c344210 \ No newline at end of file +1b133d62395a6ad11c65997a1c24acffb3f73d9e \ No newline at end of file diff --git a/build/patches/Automated-domain-substitution.patch b/build/patches/Automated-domain-substitution.patch index 38b65fad..831d52c9 100644 --- a/build/patches/Automated-domain-substitution.patch +++ b/build/patches/Automated-domain-substitution.patch @@ -41273,7 +41273,7 @@ diff --git a/tools/mb/mb.py b/tools/mb/mb.py diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl --- a/tools/mb/mb_config.pyl +++ b/tools/mb/mb_config.pyl -@@ -4499,11 +4499,11 @@ +@@ -4488,11 +4488,11 @@ # Used to pass the list of files to instrument for coverage to the compile # wrapper. See: diff --git a/build/patches/Disable-feeds-support-by-default.patch b/build/patches/Disable-feeds-support-by-default.patch index 77376a4c..3769b349 100644 --- a/build/patches/Disable-feeds-support-by-default.patch +++ b/build/patches/Disable-feeds-support-by-default.patch @@ -12,7 +12,7 @@ License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html diff --git a/chrome/browser/feed/android/java/src/org/chromium/chrome/browser/feed/FeedFeatures.java b/chrome/browser/feed/android/java/src/org/chromium/chrome/browser/feed/FeedFeatures.java --- a/chrome/browser/feed/android/java/src/org/chromium/chrome/browser/feed/FeedFeatures.java +++ b/chrome/browser/feed/android/java/src/org/chromium/chrome/browser/feed/FeedFeatures.java -@@ -48,13 +48,7 @@ public final class FeedFeatures { +@@ -50,13 +50,7 @@ public final class FeedFeatures { * the user is signed in and confirms it's not a child profile. */ public static boolean isWebFeedUIEnabled() { diff --git a/build/patches/Move-navigation-bar-to-bottom.patch b/build/patches/Move-navigation-bar-to-bottom.patch index d301f25c..af7f7460 100644 --- a/build/patches/Move-navigation-bar-to-bottom.patch +++ b/build/patches/Move-navigation-bar-to-bottom.patch @@ -818,7 +818,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/compositor/layo diff --git a/chrome/android/java/src/org/chromium/chrome/browser/compositor/overlays/strip/StripLayoutHelper.java b/chrome/android/java/src/org/chromium/chrome/browser/compositor/overlays/strip/StripLayoutHelper.java --- a/chrome/android/java/src/org/chromium/chrome/browser/compositor/overlays/strip/StripLayoutHelper.java +++ b/chrome/android/java/src/org/chromium/chrome/browser/compositor/overlays/strip/StripLayoutHelper.java -@@ -375,7 +375,7 @@ public class StripLayoutHelper implements StripLayoutTab.StripLayoutTabDelegate +@@ -376,7 +376,7 @@ public class StripLayoutHelper implements StripLayoutTab.StripLayoutTabDelegate // position 0 is on the left. Account for that in the offset calculation. boolean isRtl = LocalizationUtils.isLayoutRtl(); boolean useUnadjustedScrollOffset = isRtl != isLeft;