Index: ash/wm/window_util.h |
diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h |
index 1191daa633d190614a3dcf19d1a1fefdc49901d5..6cfc90784cc0fef4c6f3f35f31688b6ef8261b4b 100644 |
--- a/ash/wm/window_util.h |
+++ b/ash/wm/window_util.h |
@@ -50,6 +50,9 @@ ASH_EXPORT void MinimizeWindow(aura::Window* window); |
// Restores |window|, which must not be NULL. |
ASH_EXPORT void RestoreWindow(aura::Window* window); |
+// Moves the window to the center of the monitor. |
+ASH_EXPORT void CenterWindow(aura::Window* window); |
+ |
} // namespace wm |
} // namespace ash |