| Index: ash/wm/window_util.h
|
| diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h
|
| index f14ee5f69826126301316effc15558aba64dcb7a..849f58704fcceb6b5cd70fd8d1d58146c688eeb7 100644
|
| --- a/ash/wm/window_util.h
|
| +++ b/ash/wm/window_util.h
|
| @@ -62,6 +62,9 @@ ASH_EXPORT void MinimizeWindow(aura::Window* window);
|
| // Restores |window|, which must not be NULL.
|
| ASH_EXPORT void RestoreWindow(aura::Window* window);
|
|
|
| +// Maximizes or restores |window| based on its state. |window| must not be NULL.
|
| +ASH_EXPORT void ToggleMaximizedWindow(aura::Window* window);
|
| +
|
| // Moves the window to the center of the display.
|
| ASH_EXPORT void CenterWindow(aura::Window* window);
|
|
|
|
|