Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2045)

Unified Diff: chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h

Issue 272543003: Remove unused code for the metro window switcher button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698