Skip to content

Commit 9a900f1

Browse files
committed
Update to Chromium 137.0.7151.119
1 parent 483d84e commit 9a900f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chromium_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
137.0.7151.103
1+
137.0.7151.119

patches/extra/ungoogled-chromium/add-flag-to-close-window-with-last-tab.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "base/containers/adapters.h"
99
#include "base/containers/flat_map.h"
1010
#include "base/containers/span.h"
11-
@@ -998,6 +999,10 @@ void TabStripModel::CloseAllTabsInGroup(
11+
@@ -1002,6 +1003,10 @@ void TabStripModel::CloseAllTabsInGroup(
1212

1313
void TabStripModel::CloseWebContentsAt(int index, uint32_t close_types) {
1414
CHECK(ContainsIndex(index));
@@ -19,7 +19,7 @@
1919
CloseTabs({GetWebContentsAt(index)}, close_types);
2020
}
2121

22-
@@ -2466,9 +2471,13 @@ TabStripModel::GetGroupsDestroyedFromRem
22+
@@ -2470,9 +2475,13 @@ TabStripModel::GetGroupsDestroyedFromRem
2323
void TabStripModel::ExecuteCloseTabsByIndices(
2424
base::RepeatingCallback<std::vector<int>()> get_indices_to_close,
2525
uint32_t close_types) {

0 commit comments

Comments
 (0)