| Index: chrome/browser/ui/views/tabs/tab_strip.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab_strip.cc b/chrome/browser/ui/views/tabs/tab_strip.cc
|
| index f35c59c116d6678bf01458eec734ce2e8fa943bd..38befb2cfd8d942261be24c520387921441a06ba 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip.cc
|
| @@ -967,6 +967,10 @@ bool TabStrip::SupportsMultipleSelection() {
|
| return touch_layout_ == NULL;
|
| }
|
|
|
| +bool TabStrip::TouchWasUsedAsLastInput() {
|
| + return stacked_layout_;
|
| +}
|
| +
|
| void TabStrip::SelectTab(Tab* tab) {
|
| int model_index = GetModelIndexOfTab(tab);
|
| if (IsValidModelIndex(model_index))
|
|
|