Skip to content

Commit

Permalink
Release 108.0.5359.156
Browse files Browse the repository at this point in the history
  • Loading branch information
csagan5 committed Dec 19, 2022
1 parent 868202c commit a0daaac
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 108.0.5359.156

# 108.0.5359.109
* reintroduce adaptive-button-in-top-toolbar-customization flag

Expand Down
2 changes: 1 addition & 1 deletion build/LASTCHANGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b6d07724c828d1d3fc0e2bae1667e861fc8c0a1b-
56775bdf8d12f9d3e1a99fcf1dde6a7417522963-
2 changes: 1 addition & 1 deletion build/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
108.0.5359.109
108.0.5359.156
2 changes: 1 addition & 1 deletion build/RELEASE_COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c92709d6d921374548d4640bb275b66d4c344210
1b133d62395a6ad11c65997a1c24acffb3f73d9e
2 changes: 1 addition & 1 deletion build/patches/Automated-domain-substitution.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build/patches/Disable-feeds-support-by-default.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion build/patches/Move-navigation-bar-to-bottom.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a0daaac

Please sign in to comment.