diff options
Diffstat (limited to 'chrome/browser/tabs/tab_strip_model.h')
-rw-r--r-- | chrome/browser/tabs/tab_strip_model.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/tabs/tab_strip_model.h b/chrome/browser/tabs/tab_strip_model.h index 2b7fd95..9c481b2 100644 --- a/chrome/browser/tabs/tab_strip_model.h +++ b/chrome/browser/tabs/tab_strip_model.h @@ -375,6 +375,10 @@ class TabStripModel : public NotificationObserver { // and there are no other selected tabs. void ToggleSelectionAt(int index); + // Makes sure the tabs from the anchor to |index| are selected. This only + // adds to the selection. + void AddSelectionFromAnchorTo(int index); + // Returns true if the tab at |index| is selected. bool IsTabSelected(int index) const; |