| Index: chrome/browser/ui/touch/tabs/touch_tab_strip.h
|
| diff --git a/chrome/browser/ui/touch/tabs/touch_tab_strip.h b/chrome/browser/ui/touch/tabs/touch_tab_strip.h
|
| index 0ab539647da755388c621e6df3af8353a23b28d0..f6dadb3ed1d1d5443f15e707ed54f8541f180eb7 100644
|
| --- a/chrome/browser/ui/touch/tabs/touch_tab_strip.h
|
| +++ b/chrome/browser/ui/touch/tabs/touch_tab_strip.h
|
| @@ -66,6 +66,9 @@ class TouchTabStrip : public BaseTabStrip {
|
| // is in terms of tab_data, *not* the model.
|
| TouchTab* GetTabAtTabDataIndex(int tab_data_index) const;
|
|
|
| + // Retrieves the Tab at the specified *model* index.
|
| + TouchTab* GetTouchTabAtModelIndex(int model_index) const;
|
| +
|
| private:
|
| void Init();
|
|
|
|
|