| Index: chrome/browser/ui/views/tabs/touch_tab_strip_layout.h
|
| diff --git a/chrome/browser/ui/views/tabs/touch_tab_strip_layout.h b/chrome/browser/ui/views/tabs/touch_tab_strip_layout.h
|
| index 4516bb253463a1f98c94f33fe70baba5c56d465b..9500d0f92246ff7771c35c7e5e725b7522744477 100644
|
| --- a/chrome/browser/ui/views/tabs/touch_tab_strip_layout.h
|
| +++ b/chrome/browser/ui/views/tabs/touch_tab_strip_layout.h
|
| @@ -77,6 +77,11 @@ class TouchTabStripLayout {
|
| return active_index_ < mini_tab_count_ ? mini_tab_count_ : active_index_;
|
| }
|
|
|
| + int mini_tab_count() const { return mini_tab_count_; }
|
| +
|
| + // Returns true if the tab at index is stacked.
|
| + bool IsStacked(int index) const;
|
| +
|
| private:
|
| friend class TouchTabStripLayoutTest;
|
|
|
|
|