| Index: chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
|
| diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
|
| index 7c0e61a0feb0f9acc7ee0389dbb8a98b210b36be..b3bcf886f7d39049ba967ccb96ea92d6e66da753 100644
|
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
|
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
|
| @@ -54,11 +54,6 @@ class OpaqueBrowserFrameViewLayoutDelegate {
|
| virtual bool IsTabStripVisible() const = 0;
|
| virtual int GetTabStripHeight() const = 0;
|
|
|
| - // Various platforms need to be able to add more space to the
|
| - // tabstrip. Windows 8 metro mode uses this to account for the window
|
| - // switcher button.
|
| - virtual int GetAdditionalReservedSpaceInTabStrip() const = 0;
|
| -
|
| // Returns the tabstrips preferred size so the frame layout can work around
|
| // it.
|
| virtual gfx::Size GetTabstripPreferredSize() const = 0;
|
|
|