diff options
Diffstat (limited to 'chrome/browser/tabs/tab_strip_model.h')
| -rw-r--r-- | chrome/browser/tabs/tab_strip_model.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/tabs/tab_strip_model.h b/chrome/browser/tabs/tab_strip_model.h index 542b27f..1f75067 100644 --- a/chrome/browser/tabs/tab_strip_model.h +++ b/chrome/browser/tabs/tab_strip_model.h @@ -263,6 +263,9 @@ class TabStripModelDelegate { // 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() {} }; |
