| Index: ash/screen_ash.h
|
| diff --git a/ash/screen_ash.h b/ash/screen_ash.h
|
| index 078b76575ffaecb482cbc71f81235905d57f85a7..27bddb991228b19e46e427c5710089fd2db7e554 100644
|
| --- a/ash/screen_ash.h
|
| +++ b/ash/screen_ash.h
|
| @@ -31,10 +31,6 @@ class ASH_EXPORT ScreenAsh : public gfx::Screen {
|
| // Maximized windows trigger auto-hiding the shelf.
|
| static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
|
|
|
| - // Returns work area when a maximized window is not present in
|
| - // parent coordinates.
|
| - static gfx::Rect GetUnmaximizedWorkAreaBoundsInParent(aura::Window* window);
|
| -
|
| // Returns the display bounds in parent coordinates.
|
| static gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
|
|
|
|
|