| Index: chrome/browser/ui/window_sizer/window_sizer.h
|
| diff --git a/chrome/browser/ui/window_sizer/window_sizer.h b/chrome/browser/ui/window_sizer/window_sizer.h
|
| index 665ee6aa6f91d316f0a6c3d747bab23e311ed17e..391bdbc319512d99970665432b67adb8d36f15ea 100644
|
| --- a/chrome/browser/ui/window_sizer/window_sizer.h
|
| +++ b/chrome/browser/ui/window_sizer/window_sizer.h
|
| @@ -122,6 +122,12 @@ 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 };
|
|
|