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

Unified Diff: ash/wm/workspace/workspace_event_filter.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/workspace/workspace_event_filter.h
diff --git a/ash/wm/workspace/workspace_event_filter.h b/ash/wm/workspace/workspace_event_filter.h
index 836331748dc9a03a2855bdd24fbcd84912e01882..7ed43dfeccb808f8f68c0d528a96d7b7cfb6e62c 100644
--- a/ash/wm/workspace/workspace_event_filter.h
+++ b/ash/wm/workspace/workspace_event_filter.h
@@ -13,6 +13,11 @@ class Window;
}
namespace ash {
+
+// The |window| will be toggled between full screen and normal mode. It will
+// also handle the left/right/maximized toggles properly.
+ASH_EXPORT void ToggleMaximizedState(aura::Window* window);
sky 2012/08/28 15:38:36 Move this to window_util.
Mr4D (OOO till 08-26) 2012/08/28 19:40:53 Done.
+
namespace internal {
class WorkspaceEventFilterTestHelper;

Powered by Google App Engine
This is Rietveld 408576698