Index: ash/wm/shelf_layout_manager.h |
diff --git a/ash/wm/shelf_layout_manager.h b/ash/wm/shelf_layout_manager.h |
index b5a41117a438a02fcd9cebbdc3aa4afb0b868e61..362b05ca013699c69ba4a6ea7773036ae161cb54 100644 |
--- a/ash/wm/shelf_layout_manager.h |
+++ b/ash/wm/shelf_layout_manager.h |
@@ -214,9 +214,8 @@ class ASH_EXPORT ShelfLayoutManager : |
bool is_screen_locked; |
}; |
- // Returns the bounds the specified window should be when maximized. |
- gfx::Rect GetMaximizedWindowBounds(aura::Window* window); |
- gfx::Rect GetUnmaximizedWorkAreaBounds(aura::Window* window); |
+ // Returns the bounds the work area of |window|. |
+ gfx::Rect GetWorkAreaBounds(aura::Window* window); |
// Sets the visibility of the shelf to |state|. |
void SetState(VisibilityState visibility_state); |