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