Update patches from Chromium 137.0.7151.32 to Chromium 137.0.7151.44.

This commit is contained in:
Max Karolinskiy
2025-05-21 12:59:33 -04:00
parent 51a32330fc
commit 7a1b974c80
3 changed files with 8 additions and 8 deletions
@@ -1,8 +1,8 @@
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 43650702e865bc65580f4e6f621f1e79efddba53..5ab3947bc48f1c2001a3c0d826602cdd475245be 100644
index 3c0e53b5ade77b589f3899064aeee5bb67e3871f..33cdc6e79b2b7903f1f1ffa255d9dca27036c21f 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -741,6 +741,7 @@ bool ConvertedHitTest(views::View* src, views::View* dst, gfx::Point* point) {
@@ -743,6 +743,7 @@ bool ConvertedHitTest(views::View* src, views::View* dst, gfx::Point* point) {
DCHECK(src);
DCHECK(dst);
DCHECK(point);
@@ -1,8 +1,8 @@
diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc
index d3418e3a4395d096f2983e0861821457608373c1..d066b69dbc5014d6b7c262b04e7bfb13ddfd9eb3 100644
index 5a16ad7348fdf0336428bffcfd4f71ab47bf104e..fb262afa1520a4d35ebb6d3e78996c3857f4bcac 100644
--- a/chrome/browser/ui/views/tabs/tab.cc
+++ b/chrome/browser/ui/views/tabs/tab.cc
@@ -332,6 +332,7 @@ void Tab::Layout(PassKey) {
@@ -334,6 +334,7 @@ void Tab::Layout(PassKey) {
// indicator, but visually it will be smaller at kFaviconSize wide.
gfx::Rect favicon_bounds(start, contents_rect.y(), 0, 0);
if (showing_icon_) {
@@ -10,7 +10,7 @@ index d3418e3a4395d096f2983e0861821457608373c1..d066b69dbc5014d6b7c262b04e7bfb13
if (center_icon_) {
// When centering the favicon, the favicon is allowed to escape the normal
// contents rect.
@@ -431,6 +432,7 @@ void Tab::Layout(PassKey) {
@@ -433,6 +434,7 @@ void Tab::Layout(PassKey) {
int title_right = contents_rect.right();
if (showing_alert_indicator_) {
title_right = alert_indicator_button_->x() - after_title_padding;
@@ -18,7 +18,7 @@ index d3418e3a4395d096f2983e0861821457608373c1..d066b69dbc5014d6b7c262b04e7bfb13
} else if (showing_close_button_) {
// Allow the title to overlay the close button's empty border padding.
title_right = close_x - after_title_padding;
@@ -1183,6 +1185,7 @@ void Tab::UpdateIconVisibility() {
@@ -1199,6 +1201,7 @@ void Tab::UpdateIconVisibility() {
!controller_->IsLockedForOnTask() &&
#endif
large_enough_for_close_button;
+2 -2
View File
@@ -1,8 +1,8 @@
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 1b52a0d1a249c5d8beb205358c2003202c9253a0..b9536273f3163e6aed7ce6b2c86843a04fc2a10a 100644
index 994a9990a2664333eabc216c1348e8d4ce188563..f45adc344427e52f40728a9906995d275c196e41 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -658,6 +658,7 @@ static_library("test_support") {
@@ -662,6 +662,7 @@ static_library("test_support") {
"//ui/gl",
]