Chromium Code Reviews| 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; |