From 81c5a217232c00bec61e0c573204592bc9d37417 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Sat, 4 Jan 2025 21:59:21 -0600 Subject: [PATCH] min --- other/ftp-support-thorium.patch | 2 +- src/chrome/browser/ui/views/toolbar/browser_app_menu_button.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/other/ftp-support-thorium.patch b/other/ftp-support-thorium.patch index 04ba6f42..ca0b7422 100644 --- a/other/ftp-support-thorium.patch +++ b/other/ftp-support-thorium.patch @@ -35,7 +35,7 @@ diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources index ceabbced0f67e..c298005d46bc3 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd -@@ -13571,6 +13571,9 @@ This can include information about installed software, files, your browser, and +@@ -13574,6 +13574,9 @@ This can include information about installed software, files, your browser, and Date Modified diff --git a/src/chrome/browser/ui/views/toolbar/browser_app_menu_button.cc b/src/chrome/browser/ui/views/toolbar/browser_app_menu_button.cc index 4823d9c1..fc45719f 100644 --- a/src/chrome/browser/ui/views/toolbar/browser_app_menu_button.cc +++ b/src/chrome/browser/ui/views/toolbar/browser_app_menu_button.cc @@ -157,7 +157,7 @@ void BrowserAppMenuButton::UpdateIcon() { ? kBrowserToolsChromeRefreshIcon : kBrowserToolsChromeRefreshThoriumIcon; // Fix Thorium hamburger menu size - static const int icon_size = features::IsChromeRefresh2023() ? 22 : 22; + constexpr int icon_size = 22; for (auto state : kButtonStates) { SkColor icon_color = GetForegroundColor(state); SetImageModel(state, ui::ImageModel::FromVectorIcon(icon, icon_color, icon_size));