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 8
8
#include "base/containers/adapters.h"
9
9
#include "base/containers/flat_map.h"
10
10
#include "base/containers/span.h"
11
- @@ -998 ,6 +999 ,10 @@ void TabStripModel::CloseAllTabsInGroup(
11
+ @@ -1002 ,6 +1003 ,10 @@ void TabStripModel::CloseAllTabsInGroup(
12
12
13
13
void TabStripModel::CloseWebContentsAt(int index, uint32_t close_types) {
14
14
CHECK(ContainsIndex(index));
19
19
CloseTabs({GetWebContentsAt(index)}, close_types);
20
20
}
21
21
22
- @@ -2466 ,9 +2471 ,13 @@ TabStripModel::GetGroupsDestroyedFromRem
22
+ @@ -2470 ,9 +2475 ,13 @@ TabStripModel::GetGroupsDestroyedFromRem
23
23
void TabStripModel::ExecuteCloseTabsByIndices(
24
24
base::RepeatingCallback<std::vector<int>()> get_indices_to_close,
25
25
uint32_t close_types) {
You can’t perform that action at this time.
0 commit comments