File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 137.0.7151.103
1+ 137.0.7151.119
Original file line number Diff line number Diff line change 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));
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) {
You can’t perform that action at this time.
0 commit comments