diff options
Diffstat (limited to 'chrome/browser/tabs/tab_strip_model_delegate.h')
-rw-r--r-- | chrome/browser/tabs/tab_strip_model_delegate.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/tabs/tab_strip_model_delegate.h b/chrome/browser/tabs/tab_strip_model_delegate.h index 0279e84..bae327e 100644 --- a/chrome/browser/tabs/tab_strip_model_delegate.h +++ b/chrome/browser/tabs/tab_strip_model_delegate.h @@ -118,12 +118,6 @@ class TabStripModelDelegate { // Toggles the use of the vertical tabstrip. virtual void ToggleUseVerticalTabs() = 0; - // Returns true if the compact navigation bar should be used. - virtual bool UseCompactNavigationBar() const = 0; - - // Toggles the use of the compact navigation bar. - virtual void ToggleUseCompactNavigationBar() = 0; - // Returns true if the tab strip can use large icons. virtual bool LargeIconsPermitted() const = 0; |