Chromium Code Reviews| Index: chrome/browser/tabs/tab_strip_model.h |
| =================================================================== |
| --- chrome/browser/tabs/tab_strip_model.h (revision 55729) |
| +++ chrome/browser/tabs/tab_strip_model.h (working copy) |
| @@ -263,6 +263,9 @@ |
| // Toggles the use of the vertical tabstrip. |
| virtual void ToggleUseVerticalTabs() = 0; |
| + // Returns true if the tab strip can use large icons. |
| + virtual bool LargeIconsPermitted() const = 0; |
| + |
| protected: |
| virtual ~TabStripModelDelegate() {} |
| }; |