Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(646)

Unified Diff: ash/wm/window_util.h

Issue 10883069: Added restore functionality for maximize full/left/right (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/wm/window_util.h
diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h
index c27caaac4260d59dc9193b01510e069d1c70f5be..232bed0f467c9a1420a9402841452d4148d4cf60 100644
--- a/ash/wm/window_util.h
+++ b/ash/wm/window_util.h
@@ -72,6 +72,10 @@ ASH_EXPORT ui::Layer* RecreateWindowLayers(
// Deletes |layer| and all its child layers.
ASH_EXPORT void DeepDeleteLayers(ui::Layer* layer);
+// The |window| will be toggled between full screen and normal mode. It will
sky 2012/08/28 20:46:36 full screen -> maximized
Mr4D (OOO till 08-26) 2012/08/28 22:40:02 Done.
+// also handle the left/right/maximized toggles properly.
+ASH_EXPORT void ToggleMaximizedState(aura::Window* window);
+
} // namespace wm
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698