From 9a900f1e48fbdf0da1f0ece4d69064b2f19e1be8 Mon Sep 17 00:00:00 2001 From: Blaise Date: Tue, 17 Jun 2025 15:59:17 -0500 Subject: [PATCH] Update to Chromium 137.0.7151.119 --- chromium_version.txt | 2 +- .../add-flag-to-close-window-with-last-tab.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chromium_version.txt b/chromium_version.txt index 1e31facb..d89e3ba3 100644 --- a/chromium_version.txt +++ b/chromium_version.txt @@ -1 +1 @@ -137.0.7151.103 +137.0.7151.119 diff --git a/patches/extra/ungoogled-chromium/add-flag-to-close-window-with-last-tab.patch b/patches/extra/ungoogled-chromium/add-flag-to-close-window-with-last-tab.patch index 31dd5c06..668b4456 100644 --- a/patches/extra/ungoogled-chromium/add-flag-to-close-window-with-last-tab.patch +++ b/patches/extra/ungoogled-chromium/add-flag-to-close-window-with-last-tab.patch @@ -8,7 +8,7 @@ #include "base/containers/adapters.h" #include "base/containers/flat_map.h" #include "base/containers/span.h" -@@ -998,6 +999,10 @@ void TabStripModel::CloseAllTabsInGroup( +@@ -1002,6 +1003,10 @@ void TabStripModel::CloseAllTabsInGroup( void TabStripModel::CloseWebContentsAt(int index, uint32_t close_types) { CHECK(ContainsIndex(index)); @@ -19,7 +19,7 @@ CloseTabs({GetWebContentsAt(index)}, close_types); } -@@ -2466,9 +2471,13 @@ TabStripModel::GetGroupsDestroyedFromRem +@@ -2470,9 +2475,13 @@ TabStripModel::GetGroupsDestroyedFromRem void TabStripModel::ExecuteCloseTabsByIndices( base::RepeatingCallback()> get_indices_to_close, uint32_t close_types) {