summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/window_sizer/window_sizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/window_sizer/window_sizer.h')
-rw-r--r--chrome/browser/ui/window_sizer/window_sizer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/ui/window_sizer/window_sizer.h b/chrome/browser/ui/window_sizer/window_sizer.h
index 5905426..c5c4c01 100644
--- a/chrome/browser/ui/window_sizer/window_sizer.h
+++ b/chrome/browser/ui/window_sizer/window_sizer.h
@@ -108,12 +108,6 @@ class WindowSizer {
// opened windows. This value may be different on each platform.
static const int kWindowTilePixels;
-#if defined(USE_ASH)
- // When the screen resolution width is smaller then this size, The algorithm
- // will default to maximized.
- static int GetForceMaximizedWidthLimit();
-#endif
-
private:
// The edge of the screen to check for out-of-bounds.
enum Edge { TOP, LEFT, BOTTOM, RIGHT };