Chromium Code Reviews| Index: chrome/browser/tabs/tab_strip_model.h | 
| =================================================================== | 
| --- chrome/browser/tabs/tab_strip_model.h (revision 54528) | 
| +++ chrome/browser/tabs/tab_strip_model.h (working copy) | 
| @@ -241,6 +241,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() {} | 
| }; |